3.7. IncomeΒΆ

How much people earn.

3.7.1. Median total household income weeklyΒΆ

Selected Medians and Averages

Measure “Median total household income weekly” for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B02_Median_Tot_hhd_inc_weekly'
    );

Median total household income weekly is only available for point lookups.

Boundary Time (default is latest)

Significant Urban Areas

2011

Urban Centres and Localities

2011

Source:
License:

3.7.2. Persons Total TotalΒΆ

Total Personal Income (Weekly)

Measure “Persons Total Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Tot_Tot'
    );

Measure “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Tot_Tot'
    );

Measure “Persons Total Total” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Tot_Tot',
      'denominator'
    );

Measure “Persons Total Total” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Tot_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1. Females Total TotalΒΆ

Total Personal Income (Weekly)

Measure “Females Total Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_Tot_Tot'
    );

Measure “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_Tot_Tot'
    );

Measure “Females Total Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_Tot_Tot',
      'denominator'
    );

Measure “Females Total Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_Tot_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Females Total Total

3.7.2.1.1. Females 1-199 TotalΒΆ

Total Personal Income (Weekly)

Measure “Females 1-199 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_1_199_Tot'
    );

Measure “Females 1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_1_199_Tot'
    );

Measure “Females 1-199 Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_1_199_Tot',
      'denominator'
    );

Measure “Females 1-199 Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_1_199_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.2. Females 1-199 Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 1-199 Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_1_199_15_19_yrs'
    );

Measure “Females 1-199 Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_1_199_15_19_yrs'
    );

Measure “Females 1-199 Age 15-19 years” percent of “Females 1-199 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_1_199_15_19_yrs',
      'denominator'
    );

Measure “Females 1-199 Age 15-19 years” percent of “Females 1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_1_199_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1-199 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.3. Females 1-199 Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 1-199 Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_1_199_20_24_yrs'
    );

Measure “Females 1-199 Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_1_199_20_24_yrs'
    );

Measure “Females 1-199 Age 20-24 years” percent of “Females 1-199 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_1_199_20_24_yrs',
      'denominator'
    );

Measure “Females 1-199 Age 20-24 years” percent of “Females 1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_1_199_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1-199 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.4. Females 1-199 Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 1-199 Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_1_199_25_34_yrs'
    );

Measure “Females 1-199 Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_1_199_25_34_yrs'
    );

Measure “Females 1-199 Age 25-34 years” percent of “Females 1-199 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_1_199_25_34_yrs',
      'denominator'
    );

Measure “Females 1-199 Age 25-34 years” percent of “Females 1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_1_199_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1-199 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.5. Females 1-199 Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 1-199 Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_1_199_35_44_yrs'
    );

Measure “Females 1-199 Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_1_199_35_44_yrs'
    );

Measure “Females 1-199 Age 35-44 years” percent of “Females 1-199 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_1_199_35_44_yrs',
      'denominator'
    );

Measure “Females 1-199 Age 35-44 years” percent of “Females 1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_1_199_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1-199 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.6. Females 1-199 Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 1-199 Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_1_199_45_54_yrs'
    );

Measure “Females 1-199 Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_1_199_45_54_yrs'
    );

Measure “Females 1-199 Age 45-54 years” percent of “Females 1-199 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_1_199_45_54_yrs',
      'denominator'
    );

Measure “Females 1-199 Age 45-54 years” percent of “Females 1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_1_199_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1-199 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.7. Females 1-199 Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 1-199 Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_1_199_55_64_yrs'
    );

Measure “Females 1-199 Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_1_199_55_64_yrs'
    );

Measure “Females 1-199 Age 55-64 years” percent of “Females 1-199 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_1_199_55_64_yrs',
      'denominator'
    );

Measure “Females 1-199 Age 55-64 years” percent of “Females 1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_1_199_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1-199 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.8. Females 1-199 Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 1-199 Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_1_199_65_74_yrs'
    );

Measure “Females 1-199 Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_1_199_65_74_yrs'
    );

Measure “Females 1-199 Age 65-74 years” percent of “Females 1-199 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_1_199_65_74_yrs',
      'denominator'
    );

Measure “Females 1-199 Age 65-74 years” percent of “Females 1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_1_199_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1-199 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.9. Females 1-199 Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 1-199 Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_1_199_75_84_yrs'
    );

Measure “Females 1-199 Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_1_199_75_84_yrs'
    );

Measure “Females 1-199 Age 75-84 years” percent of “Females 1-199 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_1_199_75_84_yrs',
      'denominator'
    );

Measure “Females 1-199 Age 75-84 years” percent of “Females 1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_1_199_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1-199 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.10. Females 1-199 Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Females 1-199 Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_1_199_85ov'
    );

Measure “Females 1-199 Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_1_199_85ov'
    );

Measure “Females 1-199 Age 85 years and over” percent of “Females 1-199 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_1_199_85ov',
      'denominator'
    );

Measure “Females 1-199 Age 85 years and over” percent of “Females 1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_1_199_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1-199 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.11. Females 200-299 TotalΒΆ

Total Personal Income (Weekly)

Measure “Females 200-299 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_200_299_Tot'
    );

Measure “Females 200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_200_299_Tot'
    );

Measure “Females 200-299 Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_200_299_Tot',
      'denominator'
    );

Measure “Females 200-299 Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_200_299_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.12. Females 200-299 Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 200-299 Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_200_299_15_19_yrs'
    );

Measure “Females 200-299 Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_200_299_15_19_yrs'
    );

Measure “Females 200-299 Age 15-19 years” percent of “Females 200-299 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_200_299_15_19_yrs',
      'denominator'
    );

Measure “Females 200-299 Age 15-19 years” percent of “Females 200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_200_299_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 200-299 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.13. Females 200-299 Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 200-299 Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_200_299_20_24_yrs'
    );

Measure “Females 200-299 Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_200_299_20_24_yrs'
    );

Measure “Females 200-299 Age 20-24 years” percent of “Females 200-299 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_200_299_20_24_yrs',
      'denominator'
    );

Measure “Females 200-299 Age 20-24 years” percent of “Females 200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_200_299_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 200-299 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.14. Females 200-299 Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 200-299 Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_200_299_25_34_yrs'
    );

Measure “Females 200-299 Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_200_299_25_34_yrs'
    );

Measure “Females 200-299 Age 25-34 years” percent of “Females 200-299 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_200_299_25_34_yrs',
      'denominator'
    );

Measure “Females 200-299 Age 25-34 years” percent of “Females 200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_200_299_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 200-299 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.15. Females 200-299 Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 200-299 Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_200_299_35_44_yrs'
    );

Measure “Females 200-299 Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_200_299_35_44_yrs'
    );

Measure “Females 200-299 Age 35-44 years” percent of “Females 200-299 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_200_299_35_44_yrs',
      'denominator'
    );

Measure “Females 200-299 Age 35-44 years” percent of “Females 200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_200_299_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 200-299 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.16. Females 200-299 Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 200-299 Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_200_299_45_54_yrs'
    );

Measure “Females 200-299 Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_200_299_45_54_yrs'
    );

Measure “Females 200-299 Age 45-54 years” percent of “Females 200-299 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_200_299_45_54_yrs',
      'denominator'
    );

Measure “Females 200-299 Age 45-54 years” percent of “Females 200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_200_299_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 200-299 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.17. Females 200-299 Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 200-299 Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_200_299_55_64_yrs'
    );

Measure “Females 200-299 Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_200_299_55_64_yrs'
    );

Measure “Females 200-299 Age 55-64 years” percent of “Females 200-299 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_200_299_55_64_yrs',
      'denominator'
    );

Measure “Females 200-299 Age 55-64 years” percent of “Females 200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_200_299_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 200-299 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.18. Females 200-299 Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 200-299 Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_200_299_65_74_yrs'
    );

Measure “Females 200-299 Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_200_299_65_74_yrs'
    );

Measure “Females 200-299 Age 65-74 years” percent of “Females 200-299 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_200_299_65_74_yrs',
      'denominator'
    );

Measure “Females 200-299 Age 65-74 years” percent of “Females 200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_200_299_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 200-299 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.19. Females 200-299 Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 200-299 Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_200_299_75_84_yrs'
    );

Measure “Females 200-299 Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_200_299_75_84_yrs'
    );

Measure “Females 200-299 Age 75-84 years” percent of “Females 200-299 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_200_299_75_84_yrs',
      'denominator'
    );

Measure “Females 200-299 Age 75-84 years” percent of “Females 200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_200_299_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 200-299 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.20. Females 200-299 Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Females 200-299 Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_200_299_85ov'
    );

Measure “Females 200-299 Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_200_299_85ov'
    );

Measure “Females 200-299 Age 85 years and over” percent of “Females 200-299 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_200_299_85ov',
      'denominator'
    );

Measure “Females 200-299 Age 85 years and over” percent of “Females 200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_200_299_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 200-299 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.21. Females 300-399 TotalΒΆ

Total Personal Income (Weekly)

Measure “Females 300-399 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_300_399_Tot'
    );

Measure “Females 300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_300_399_Tot'
    );

Measure “Females 300-399 Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_300_399_Tot',
      'denominator'
    );

Measure “Females 300-399 Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_300_399_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.22. Females 300-399 Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 300-399 Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_300_399_15_19_yrs'
    );

Measure “Females 300-399 Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_300_399_15_19_yrs'
    );

Measure “Females 300-399 Age 15-19 years” percent of “Females 300-399 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_300_399_15_19_yrs',
      'denominator'
    );

Measure “Females 300-399 Age 15-19 years” percent of “Females 300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_300_399_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 300-399 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.23. Females 300-399 Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 300-399 Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_300_399_20_24_yrs'
    );

Measure “Females 300-399 Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_300_399_20_24_yrs'
    );

Measure “Females 300-399 Age 20-24 years” percent of “Females 300-399 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_300_399_20_24_yrs',
      'denominator'
    );

Measure “Females 300-399 Age 20-24 years” percent of “Females 300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_300_399_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 300-399 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.24. Females 300-399 Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 300-399 Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_300_399_25_34_yrs'
    );

Measure “Females 300-399 Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_300_399_25_34_yrs'
    );

Measure “Females 300-399 Age 25-34 years” percent of “Females 300-399 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_300_399_25_34_yrs',
      'denominator'
    );

Measure “Females 300-399 Age 25-34 years” percent of “Females 300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_300_399_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 300-399 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.25. Females 300-399 Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 300-399 Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_300_399_35_44_yrs'
    );

Measure “Females 300-399 Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_300_399_35_44_yrs'
    );

Measure “Females 300-399 Age 35-44 years” percent of “Females 300-399 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_300_399_35_44_yrs',
      'denominator'
    );

Measure “Females 300-399 Age 35-44 years” percent of “Females 300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_300_399_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 300-399 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.26. Females 300-399 Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 300-399 Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_300_399_45_54_yrs'
    );

Measure “Females 300-399 Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_300_399_45_54_yrs'
    );

Measure “Females 300-399 Age 45-54 years” percent of “Females 300-399 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_300_399_45_54_yrs',
      'denominator'
    );

Measure “Females 300-399 Age 45-54 years” percent of “Females 300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_300_399_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 300-399 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.27. Females 300-399 Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 300-399 Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_300_399_55_64_yrs'
    );

Measure “Females 300-399 Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_300_399_55_64_yrs'
    );

Measure “Females 300-399 Age 55-64 years” percent of “Females 300-399 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_300_399_55_64_yrs',
      'denominator'
    );

Measure “Females 300-399 Age 55-64 years” percent of “Females 300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_300_399_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 300-399 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.28. Females 300-399 Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 300-399 Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_300_399_65_74_yrs'
    );

Measure “Females 300-399 Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_300_399_65_74_yrs'
    );

Measure “Females 300-399 Age 65-74 years” percent of “Females 300-399 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_300_399_65_74_yrs',
      'denominator'
    );

Measure “Females 300-399 Age 65-74 years” percent of “Females 300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_300_399_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 300-399 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.29. Females 300-399 Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 300-399 Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_300_399_75_84_yrs'
    );

Measure “Females 300-399 Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_300_399_75_84_yrs'
    );

Measure “Females 300-399 Age 75-84 years” percent of “Females 300-399 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_300_399_75_84_yrs',
      'denominator'
    );

Measure “Females 300-399 Age 75-84 years” percent of “Females 300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_300_399_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 300-399 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.30. Females 300-399 Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Females 300-399 Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_300_399_85ov'
    );

Measure “Females 300-399 Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_300_399_85ov'
    );

Measure “Females 300-399 Age 85 years and over” percent of “Females 300-399 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_300_399_85ov',
      'denominator'
    );

Measure “Females 300-399 Age 85 years and over” percent of “Females 300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_300_399_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 300-399 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.31. Females 400-599 TotalΒΆ

Total Personal Income (Weekly)

Measure “Females 400-599 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_400_599_Tot'
    );

Measure “Females 400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_400_599_Tot'
    );

Measure “Females 400-599 Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_400_599_Tot',
      'denominator'
    );

Measure “Females 400-599 Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_400_599_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.32. Females 400-599 Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 400-599 Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_400_599_15_19_yrs'
    );

Measure “Females 400-599 Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_400_599_15_19_yrs'
    );

Measure “Females 400-599 Age 15-19 years” percent of “Females 400-599 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_400_599_15_19_yrs',
      'denominator'
    );

Measure “Females 400-599 Age 15-19 years” percent of “Females 400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_400_599_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 400-599 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.33. Females 400-599 Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 400-599 Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_400_599_20_24_yrs'
    );

Measure “Females 400-599 Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_400_599_20_24_yrs'
    );

Measure “Females 400-599 Age 20-24 years” percent of “Females 400-599 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_400_599_20_24_yrs',
      'denominator'
    );

Measure “Females 400-599 Age 20-24 years” percent of “Females 400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_400_599_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 400-599 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.34. Females 400-599 Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 400-599 Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_400_599_25_34_yrs'
    );

Measure “Females 400-599 Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_400_599_25_34_yrs'
    );

Measure “Females 400-599 Age 25-34 years” percent of “Females 400-599 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_400_599_25_34_yrs',
      'denominator'
    );

Measure “Females 400-599 Age 25-34 years” percent of “Females 400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_400_599_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 400-599 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.35. Females 400-599 Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 400-599 Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_400_599_35_44_yrs'
    );

Measure “Females 400-599 Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_400_599_35_44_yrs'
    );

Measure “Females 400-599 Age 35-44 years” percent of “Females 400-599 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_400_599_35_44_yrs',
      'denominator'
    );

Measure “Females 400-599 Age 35-44 years” percent of “Females 400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_400_599_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 400-599 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.36. Females 400-599 Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 400-599 Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_400_599_45_54_yrs'
    );

Measure “Females 400-599 Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_400_599_45_54_yrs'
    );

Measure “Females 400-599 Age 45-54 years” percent of “Females 400-599 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_400_599_45_54_yrs',
      'denominator'
    );

Measure “Females 400-599 Age 45-54 years” percent of “Females 400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_400_599_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 400-599 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.37. Females 400-599 Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 400-599 Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_400_599_55_64_yrs'
    );

Measure “Females 400-599 Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_400_599_55_64_yrs'
    );

Measure “Females 400-599 Age 55-64 years” percent of “Females 400-599 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_400_599_55_64_yrs',
      'denominator'
    );

Measure “Females 400-599 Age 55-64 years” percent of “Females 400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_400_599_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 400-599 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.38. Females 400-599 Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 400-599 Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_400_599_65_74_yrs'
    );

Measure “Females 400-599 Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_400_599_65_74_yrs'
    );

Measure “Females 400-599 Age 65-74 years” percent of “Females 400-599 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_400_599_65_74_yrs',
      'denominator'
    );

Measure “Females 400-599 Age 65-74 years” percent of “Females 400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_400_599_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 400-599 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.39. Females 400-599 Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 400-599 Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_400_599_75_84_yrs'
    );

Measure “Females 400-599 Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_400_599_75_84_yrs'
    );

Measure “Females 400-599 Age 75-84 years” percent of “Females 400-599 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_400_599_75_84_yrs',
      'denominator'
    );

Measure “Females 400-599 Age 75-84 years” percent of “Females 400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_400_599_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 400-599 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.40. Females 400-599 Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Females 400-599 Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_400_599_85ov'
    );

Measure “Females 400-599 Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_400_599_85ov'
    );

Measure “Females 400-599 Age 85 years and over” percent of “Females 400-599 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_400_599_85ov',
      'denominator'
    );

Measure “Females 400-599 Age 85 years and over” percent of “Females 400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_400_599_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 400-599 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.41. Females 600-799 TotalΒΆ

Total Personal Income (Weekly)

Measure “Females 600-799 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_600_799_Tot'
    );

Measure “Females 600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_600_799_Tot'
    );

Measure “Females 600-799 Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_600_799_Tot',
      'denominator'
    );

Measure “Females 600-799 Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_600_799_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.42. Females 600-799 Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 600-799 Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_600_799_15_19_yrs'
    );

Measure “Females 600-799 Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_600_799_15_19_yrs'
    );

Measure “Females 600-799 Age 15-19 years” percent of “Females 600-799 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_600_799_15_19_yrs',
      'denominator'
    );

Measure “Females 600-799 Age 15-19 years” percent of “Females 600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_600_799_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 600-799 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.43. Females 600-799 Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 600-799 Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_600_799_20_24_yrs'
    );

Measure “Females 600-799 Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_600_799_20_24_yrs'
    );

Measure “Females 600-799 Age 20-24 years” percent of “Females 600-799 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_600_799_20_24_yrs',
      'denominator'
    );

Measure “Females 600-799 Age 20-24 years” percent of “Females 600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_600_799_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 600-799 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.44. Females 600-799 Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 600-799 Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_600_799_25_34_yrs'
    );

Measure “Females 600-799 Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_600_799_25_34_yrs'
    );

Measure “Females 600-799 Age 25-34 years” percent of “Females 600-799 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_600_799_25_34_yrs',
      'denominator'
    );

Measure “Females 600-799 Age 25-34 years” percent of “Females 600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_600_799_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 600-799 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.45. Females 600-799 Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 600-799 Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_600_799_35_44_yrs'
    );

Measure “Females 600-799 Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_600_799_35_44_yrs'
    );

Measure “Females 600-799 Age 35-44 years” percent of “Females 600-799 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_600_799_35_44_yrs',
      'denominator'
    );

Measure “Females 600-799 Age 35-44 years” percent of “Females 600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_600_799_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 600-799 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.46. Females 600-799 Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 600-799 Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_600_799_45_54_yrs'
    );

Measure “Females 600-799 Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_600_799_45_54_yrs'
    );

Measure “Females 600-799 Age 45-54 years” percent of “Females 600-799 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_600_799_45_54_yrs',
      'denominator'
    );

Measure “Females 600-799 Age 45-54 years” percent of “Females 600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_600_799_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 600-799 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.47. Females 600-799 Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 600-799 Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_600_799_55_64_yrs'
    );

Measure “Females 600-799 Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_600_799_55_64_yrs'
    );

Measure “Females 600-799 Age 55-64 years” percent of “Females 600-799 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_600_799_55_64_yrs',
      'denominator'
    );

Measure “Females 600-799 Age 55-64 years” percent of “Females 600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_600_799_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 600-799 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.48. Females 600-799 Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 600-799 Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_600_799_65_74_yrs'
    );

Measure “Females 600-799 Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_600_799_65_74_yrs'
    );

Measure “Females 600-799 Age 65-74 years” percent of “Females 600-799 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_600_799_65_74_yrs',
      'denominator'
    );

Measure “Females 600-799 Age 65-74 years” percent of “Females 600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_600_799_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 600-799 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.49. Females 600-799 Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 600-799 Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_600_799_75_84_yrs'
    );

Measure “Females 600-799 Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_600_799_75_84_yrs'
    );

Measure “Females 600-799 Age 75-84 years” percent of “Females 600-799 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_600_799_75_84_yrs',
      'denominator'
    );

Measure “Females 600-799 Age 75-84 years” percent of “Females 600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_600_799_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 600-799 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.50. Females 600-799 Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Females 600-799 Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_600_799_85ov'
    );

Measure “Females 600-799 Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_600_799_85ov'
    );

Measure “Females 600-799 Age 85 years and over” percent of “Females 600-799 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_600_799_85ov',
      'denominator'
    );

Measure “Females 600-799 Age 85 years and over” percent of “Females 600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_600_799_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 600-799 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.51. Females 800-999 TotalΒΆ

Total Personal Income (Weekly)

Measure “Females 800-999 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_800_999_Tot'
    );

Measure “Females 800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_800_999_Tot'
    );

Measure “Females 800-999 Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_800_999_Tot',
      'denominator'
    );

Measure “Females 800-999 Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_800_999_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.52. Females 800-999 Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 800-999 Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_800_999_15_19_yrs'
    );

Measure “Females 800-999 Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_800_999_15_19_yrs'
    );

Measure “Females 800-999 Age 15-19 years” percent of “Females 800-999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_800_999_15_19_yrs',
      'denominator'
    );

Measure “Females 800-999 Age 15-19 years” percent of “Females 800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_800_999_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 800-999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.53. Females 800-999 Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 800-999 Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_800_999_20_24_yrs'
    );

Measure “Females 800-999 Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_800_999_20_24_yrs'
    );

Measure “Females 800-999 Age 20-24 years” percent of “Females 800-999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_800_999_20_24_yrs',
      'denominator'
    );

Measure “Females 800-999 Age 20-24 years” percent of “Females 800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_800_999_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 800-999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.54. Females 800-999 Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 800-999 Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_800_999_25_34_yrs'
    );

Measure “Females 800-999 Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_800_999_25_34_yrs'
    );

Measure “Females 800-999 Age 25-34 years” percent of “Females 800-999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_800_999_25_34_yrs',
      'denominator'
    );

Measure “Females 800-999 Age 25-34 years” percent of “Females 800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_800_999_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 800-999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.55. Females 800-999 Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 800-999 Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_800_999_35_44_yrs'
    );

Measure “Females 800-999 Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_800_999_35_44_yrs'
    );

Measure “Females 800-999 Age 35-44 years” percent of “Females 800-999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_800_999_35_44_yrs',
      'denominator'
    );

Measure “Females 800-999 Age 35-44 years” percent of “Females 800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_800_999_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 800-999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.56. Females 800-999 Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 800-999 Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_800_999_45_54_yrs'
    );

Measure “Females 800-999 Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_800_999_45_54_yrs'
    );

Measure “Females 800-999 Age 45-54 years” percent of “Females 800-999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_800_999_45_54_yrs',
      'denominator'
    );

Measure “Females 800-999 Age 45-54 years” percent of “Females 800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_800_999_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 800-999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.57. Females 800-999 Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 800-999 Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_800_999_55_64_yrs'
    );

Measure “Females 800-999 Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_800_999_55_64_yrs'
    );

Measure “Females 800-999 Age 55-64 years” percent of “Females 800-999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_800_999_55_64_yrs',
      'denominator'
    );

Measure “Females 800-999 Age 55-64 years” percent of “Females 800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_800_999_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 800-999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.58. Females 800-999 Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 800-999 Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_800_999_65_74_yrs'
    );

Measure “Females 800-999 Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_800_999_65_74_yrs'
    );

Measure “Females 800-999 Age 65-74 years” percent of “Females 800-999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_800_999_65_74_yrs',
      'denominator'
    );

Measure “Females 800-999 Age 65-74 years” percent of “Females 800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_800_999_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 800-999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.59. Females 800-999 Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 800-999 Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_800_999_75_84_yrs'
    );

Measure “Females 800-999 Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_800_999_75_84_yrs'
    );

Measure “Females 800-999 Age 75-84 years” percent of “Females 800-999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_800_999_75_84_yrs',
      'denominator'
    );

Measure “Females 800-999 Age 75-84 years” percent of “Females 800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_800_999_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 800-999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.60. Females 800-999 Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Females 800-999 Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_800_999_85ov'
    );

Measure “Females 800-999 Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_800_999_85ov'
    );

Measure “Females 800-999 Age 85 years and over” percent of “Females 800-999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_800_999_85ov',
      'denominator'
    );

Measure “Females 800-999 Age 85 years and over” percent of “Females 800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_800_999_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 800-999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.61. Females 1000-1249 TotalΒΆ

Total Personal Income (Weekly)

Measure “Females 1000-1249 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1000_1249_Tot'
    );

Measure “Females 1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1000_1249_Tot'
    );

Measure “Females 1000-1249 Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1000_1249_Tot',
      'denominator'
    );

Measure “Females 1000-1249 Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1000_1249_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.62. Females 1000-1249 Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 1000-1249 Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1000_1249_15_19_yrs'
    );

Measure “Females 1000-1249 Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1000_1249_15_19_yrs'
    );

Measure “Females 1000-1249 Age 15-19 years” percent of “Females 1000-1249 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1000_1249_15_19_yrs',
      'denominator'
    );

Measure “Females 1000-1249 Age 15-19 years” percent of “Females 1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1000_1249_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1000-1249 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.63. Females 1000-1249 Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 1000-1249 Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1000_1249_20_24_yrs'
    );

Measure “Females 1000-1249 Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1000_1249_20_24_yrs'
    );

Measure “Females 1000-1249 Age 20-24 years” percent of “Females 1000-1249 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1000_1249_20_24_yrs',
      'denominator'
    );

Measure “Females 1000-1249 Age 20-24 years” percent of “Females 1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1000_1249_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1000-1249 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.64. Females 1000-1249 Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 1000-1249 Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1000_1249_25_34_yrs'
    );

Measure “Females 1000-1249 Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1000_1249_25_34_yrs'
    );

Measure “Females 1000-1249 Age 25-34 years” percent of “Females 1000-1249 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1000_1249_25_34_yrs',
      'denominator'
    );

Measure “Females 1000-1249 Age 25-34 years” percent of “Females 1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1000_1249_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1000-1249 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.65. Females 1000-1249 Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 1000-1249 Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1000_1249_35_44_yrs'
    );

Measure “Females 1000-1249 Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1000_1249_35_44_yrs'
    );

Measure “Females 1000-1249 Age 35-44 years” percent of “Females 1000-1249 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1000_1249_35_44_yrs',
      'denominator'
    );

Measure “Females 1000-1249 Age 35-44 years” percent of “Females 1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1000_1249_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1000-1249 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.66. Females 1000-1249 Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 1000-1249 Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1000_1249_45_54_yrs'
    );

Measure “Females 1000-1249 Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1000_1249_45_54_yrs'
    );

Measure “Females 1000-1249 Age 45-54 years” percent of “Females 1000-1249 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1000_1249_45_54_yrs',
      'denominator'
    );

Measure “Females 1000-1249 Age 45-54 years” percent of “Females 1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1000_1249_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1000-1249 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.67. Females 1000-1249 Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 1000-1249 Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1000_1249_55_64_yrs'
    );

Measure “Females 1000-1249 Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1000_1249_55_64_yrs'
    );

Measure “Females 1000-1249 Age 55-64 years” percent of “Females 1000-1249 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1000_1249_55_64_yrs',
      'denominator'
    );

Measure “Females 1000-1249 Age 55-64 years” percent of “Females 1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1000_1249_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1000-1249 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.68. Females 1000-1249 Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 1000-1249 Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1000_1249_65_74_yrs'
    );

Measure “Females 1000-1249 Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1000_1249_65_74_yrs'
    );

Measure “Females 1000-1249 Age 65-74 years” percent of “Females 1000-1249 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1000_1249_65_74_yrs',
      'denominator'
    );

Measure “Females 1000-1249 Age 65-74 years” percent of “Females 1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1000_1249_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1000-1249 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.69. Females 1000-1249 Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 1000-1249 Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1000_1249_75_84_yrs'
    );

Measure “Females 1000-1249 Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1000_1249_75_84_yrs'
    );

Measure “Females 1000-1249 Age 75-84 years” percent of “Females 1000-1249 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1000_1249_75_84_yrs',
      'denominator'
    );

Measure “Females 1000-1249 Age 75-84 years” percent of “Females 1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1000_1249_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1000-1249 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.70. Females 1000-1249 Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Females 1000-1249 Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1000_1249_85ov'
    );

Measure “Females 1000-1249 Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1000_1249_85ov'
    );

Measure “Females 1000-1249 Age 85 years and over” percent of “Females 1000-1249 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1000_1249_85ov',
      'denominator'
    );

Measure “Females 1000-1249 Age 85 years and over” percent of “Females 1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1000_1249_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1000-1249 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.71. Females 1250-1499 TotalΒΆ

Total Personal Income (Weekly)

Measure “Females 1250-1499 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1250_1499_Tot'
    );

Measure “Females 1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1250_1499_Tot'
    );

Measure “Females 1250-1499 Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1250_1499_Tot',
      'denominator'
    );

Measure “Females 1250-1499 Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1250_1499_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.72. Females 1250-1499 Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 1250-1499 Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1250_1499_15_19_yrs'
    );

Measure “Females 1250-1499 Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1250_1499_15_19_yrs'
    );

Measure “Females 1250-1499 Age 15-19 years” percent of “Females 1250-1499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1250_1499_15_19_yrs',
      'denominator'
    );

Measure “Females 1250-1499 Age 15-19 years” percent of “Females 1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1250_1499_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1250-1499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.73. Females 1250-1499 Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 1250-1499 Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1250_1499_20_24_yrs'
    );

Measure “Females 1250-1499 Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1250_1499_20_24_yrs'
    );

Measure “Females 1250-1499 Age 20-24 years” percent of “Females 1250-1499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1250_1499_20_24_yrs',
      'denominator'
    );

Measure “Females 1250-1499 Age 20-24 years” percent of “Females 1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1250_1499_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1250-1499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.74. Females 1250-1499 Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 1250-1499 Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1250_1499_25_34_yrs'
    );

Measure “Females 1250-1499 Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1250_1499_25_34_yrs'
    );

Measure “Females 1250-1499 Age 25-34 years” percent of “Females 1250-1499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1250_1499_25_34_yrs',
      'denominator'
    );

Measure “Females 1250-1499 Age 25-34 years” percent of “Females 1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1250_1499_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1250-1499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.75. Females 1250-1499 Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 1250-1499 Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1250_1499_35_44_yrs'
    );

Measure “Females 1250-1499 Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1250_1499_35_44_yrs'
    );

Measure “Females 1250-1499 Age 35-44 years” percent of “Females 1250-1499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1250_1499_35_44_yrs',
      'denominator'
    );

Measure “Females 1250-1499 Age 35-44 years” percent of “Females 1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1250_1499_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1250-1499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.76. Females 1250-1499 Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 1250-1499 Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1250_1499_45_54_yrs'
    );

Measure “Females 1250-1499 Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1250_1499_45_54_yrs'
    );

Measure “Females 1250-1499 Age 45-54 years” percent of “Females 1250-1499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1250_1499_45_54_yrs',
      'denominator'
    );

Measure “Females 1250-1499 Age 45-54 years” percent of “Females 1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1250_1499_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1250-1499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.77. Females 1250-1499 Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 1250-1499 Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1250_1499_55_64_yrs'
    );

Measure “Females 1250-1499 Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1250_1499_55_64_yrs'
    );

Measure “Females 1250-1499 Age 55-64 years” percent of “Females 1250-1499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1250_1499_55_64_yrs',
      'denominator'
    );

Measure “Females 1250-1499 Age 55-64 years” percent of “Females 1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1250_1499_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1250-1499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.78. Females 1250-1499 Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 1250-1499 Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1250_1499_65_74_yrs'
    );

Measure “Females 1250-1499 Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1250_1499_65_74_yrs'
    );

Measure “Females 1250-1499 Age 65-74 years” percent of “Females 1250-1499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1250_1499_65_74_yrs',
      'denominator'
    );

Measure “Females 1250-1499 Age 65-74 years” percent of “Females 1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1250_1499_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1250-1499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.79. Females 1250-1499 Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 1250-1499 Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1250_1499_75_84_yrs'
    );

Measure “Females 1250-1499 Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1250_1499_75_84_yrs'
    );

Measure “Females 1250-1499 Age 75-84 years” percent of “Females 1250-1499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1250_1499_75_84_yrs',
      'denominator'
    );

Measure “Females 1250-1499 Age 75-84 years” percent of “Females 1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1250_1499_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1250-1499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.80. Females 1250-1499 Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Females 1250-1499 Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1250_1499_85ov'
    );

Measure “Females 1250-1499 Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1250_1499_85ov'
    );

Measure “Females 1250-1499 Age 85 years and over” percent of “Females 1250-1499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1250_1499_85ov',
      'denominator'
    );

Measure “Females 1250-1499 Age 85 years and over” percent of “Females 1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1250_1499_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1250-1499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.81. Females 1500-1999 TotalΒΆ

Total Personal Income (Weekly)

Measure “Females 1500-1999 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1500_1999_Tot'
    );

Measure “Females 1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1500_1999_Tot'
    );

Measure “Females 1500-1999 Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1500_1999_Tot',
      'denominator'
    );

Measure “Females 1500-1999 Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1500_1999_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.82. Females 1500-1999 Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 1500-1999 Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1500_1999_15_19_yrs'
    );

Measure “Females 1500-1999 Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1500_1999_15_19_yrs'
    );

Measure “Females 1500-1999 Age 15-19 years” percent of “Females 1500-1999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1500_1999_15_19_yrs',
      'denominator'
    );

Measure “Females 1500-1999 Age 15-19 years” percent of “Females 1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1500_1999_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1500-1999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.83. Females 1500-1999 Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 1500-1999 Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1500_1999_20_24_yrs'
    );

Measure “Females 1500-1999 Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1500_1999_20_24_yrs'
    );

Measure “Females 1500-1999 Age 20-24 years” percent of “Females 1500-1999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1500_1999_20_24_yrs',
      'denominator'
    );

Measure “Females 1500-1999 Age 20-24 years” percent of “Females 1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1500_1999_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1500-1999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.84. Females 1500-1999 Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 1500-1999 Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1500_1999_25_34_yrs'
    );

Measure “Females 1500-1999 Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1500_1999_25_34_yrs'
    );

Measure “Females 1500-1999 Age 25-34 years” percent of “Females 1500-1999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1500_1999_25_34_yrs',
      'denominator'
    );

Measure “Females 1500-1999 Age 25-34 years” percent of “Females 1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1500_1999_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1500-1999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.85. Females 1500-1999 Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 1500-1999 Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1500_1999_35_44_yrs'
    );

Measure “Females 1500-1999 Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1500_1999_35_44_yrs'
    );

Measure “Females 1500-1999 Age 35-44 years” percent of “Females 1500-1999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1500_1999_35_44_yrs',
      'denominator'
    );

Measure “Females 1500-1999 Age 35-44 years” percent of “Females 1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1500_1999_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1500-1999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.86. Females 1500-1999 Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 1500-1999 Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1500_1999_45_54_yrs'
    );

Measure “Females 1500-1999 Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1500_1999_45_54_yrs'
    );

Measure “Females 1500-1999 Age 45-54 years” percent of “Females 1500-1999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1500_1999_45_54_yrs',
      'denominator'
    );

Measure “Females 1500-1999 Age 45-54 years” percent of “Females 1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1500_1999_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1500-1999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.87. Females 1500-1999 Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 1500-1999 Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1500_1999_55_64_yrs'
    );

Measure “Females 1500-1999 Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1500_1999_55_64_yrs'
    );

Measure “Females 1500-1999 Age 55-64 years” percent of “Females 1500-1999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1500_1999_55_64_yrs',
      'denominator'
    );

Measure “Females 1500-1999 Age 55-64 years” percent of “Females 1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1500_1999_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1500-1999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.88. Females 1500-1999 Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 1500-1999 Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1500_1999_65_74_yrs'
    );

Measure “Females 1500-1999 Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1500_1999_65_74_yrs'
    );

Measure “Females 1500-1999 Age 65-74 years” percent of “Females 1500-1999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1500_1999_65_74_yrs',
      'denominator'
    );

Measure “Females 1500-1999 Age 65-74 years” percent of “Females 1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1500_1999_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1500-1999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.89. Females 1500-1999 Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 1500-1999 Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1500_1999_75_84_yrs'
    );

Measure “Females 1500-1999 Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1500_1999_75_84_yrs'
    );

Measure “Females 1500-1999 Age 75-84 years” percent of “Females 1500-1999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1500_1999_75_84_yrs',
      'denominator'
    );

Measure “Females 1500-1999 Age 75-84 years” percent of “Females 1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1500_1999_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1500-1999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.90. Females 1500-1999 Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Females 1500-1999 Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1500_1999_85ov'
    );

Measure “Females 1500-1999 Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1500_1999_85ov'
    );

Measure “Females 1500-1999 Age 85 years and over” percent of “Females 1500-1999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_1500_1999_85ov',
      'denominator'
    );

Measure “Females 1500-1999 Age 85 years and over” percent of “Females 1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_1500_1999_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 1500-1999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.91. Females 2000 or more TotalΒΆ

Total Personal Income (Weekly)

Measure “Females 2000 or more Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_2000_more_Tot'
    );

Measure “Females 2000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_2000_more_Tot'
    );

Measure “Females 2000 or more Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_2000_more_Tot',
      'denominator'
    );

Measure “Females 2000 or more Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_2000_more_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.92. Females 2000 or more Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 2000 or more Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_2000_more_15_19_yrs'
    );

Measure “Females 2000 or more Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_2000_more_15_19_yrs'
    );

Measure “Females 2000 or more Age 15-19 years” percent of “Females 2000 or more Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_2000_more_15_19_yrs',
      'denominator'
    );

Measure “Females 2000 or more Age 15-19 years” percent of “Females 2000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_2000_more_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 2000 or more Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.93. Females 2000 or more Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 2000 or more Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_2000_more_20_24_yrs'
    );

Measure “Females 2000 or more Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_2000_more_20_24_yrs'
    );

Measure “Females 2000 or more Age 20-24 years” percent of “Females 2000 or more Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_2000_more_20_24_yrs',
      'denominator'
    );

Measure “Females 2000 or more Age 20-24 years” percent of “Females 2000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_2000_more_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 2000 or more Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.94. Females 2000 or more Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 2000 or more Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_2000_more_25_34_yrs'
    );

Measure “Females 2000 or more Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_2000_more_25_34_yrs'
    );

Measure “Females 2000 or more Age 25-34 years” percent of “Females 2000 or more Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_2000_more_25_34_yrs',
      'denominator'
    );

Measure “Females 2000 or more Age 25-34 years” percent of “Females 2000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_2000_more_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 2000 or more Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.95. Females 2000 or more Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 2000 or more Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_2000_more_35_44_yrs'
    );

Measure “Females 2000 or more Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_2000_more_35_44_yrs'
    );

Measure “Females 2000 or more Age 35-44 years” percent of “Females 2000 or more Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_2000_more_35_44_yrs',
      'denominator'
    );

Measure “Females 2000 or more Age 35-44 years” percent of “Females 2000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_2000_more_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 2000 or more Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.96. Females 2000 or more Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 2000 or more Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_2000_more_45_54_yrs'
    );

Measure “Females 2000 or more Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_2000_more_45_54_yrs'
    );

Measure “Females 2000 or more Age 45-54 years” percent of “Females 2000 or more Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_2000_more_45_54_yrs',
      'denominator'
    );

Measure “Females 2000 or more Age 45-54 years” percent of “Females 2000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_2000_more_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 2000 or more Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.97. Females 2000 or more Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 2000 or more Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_2000_more_55_64_yrs'
    );

Measure “Females 2000 or more Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_2000_more_55_64_yrs'
    );

Measure “Females 2000 or more Age 55-64 years” percent of “Females 2000 or more Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_2000_more_55_64_yrs',
      'denominator'
    );

Measure “Females 2000 or more Age 55-64 years” percent of “Females 2000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_2000_more_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 2000 or more Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.98. Females 2000 or more Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 2000 or more Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_2000_more_65_74_yrs'
    );

Measure “Females 2000 or more Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_2000_more_65_74_yrs'
    );

Measure “Females 2000 or more Age 65-74 years” percent of “Females 2000 or more Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_2000_more_65_74_yrs',
      'denominator'
    );

Measure “Females 2000 or more Age 65-74 years” percent of “Females 2000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_2000_more_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 2000 or more Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.99. Females 2000 or more Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females 2000 or more Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_2000_more_75_84_yrs'
    );

Measure “Females 2000 or more Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_2000_more_75_84_yrs'
    );

Measure “Females 2000 or more Age 75-84 years” percent of “Females 2000 or more Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_2000_more_75_84_yrs',
      'denominator'
    );

Measure “Females 2000 or more Age 75-84 years” percent of “Females 2000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_2000_more_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 2000 or more Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.100. Females 2000 or more Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Females 2000 or more Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_2000_more_85ov'
    );

Measure “Females 2000 or more Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_2000_more_85ov'
    );

Measure “Females 2000 or more Age 85 years and over” percent of “Females 2000 or more Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_2000_more_85ov',
      'denominator'
    );

Measure “Females 2000 or more Age 85 years and over” percent of “Females 2000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_2000_more_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 2000 or more Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.101. Females Negative Nil income TotalΒΆ

Total Personal Income (Weekly)

Measure “Females Negative Nil income Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_Neg_Nil_income_Tot'
    );

Measure “Females Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_Neg_Nil_income_Tot'
    );

Measure “Females Negative Nil income Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_Neg_Nil_income_Tot',
      'denominator'
    );

Measure “Females Negative Nil income Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_Neg_Nil_income_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.102. Females Negative Nil income Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females Negative Nil income Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_Neg_Nil_income_15_19_yrs'
    );

Measure “Females Negative Nil income Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_Neg_Nil_income_15_19_yrs'
    );

Measure “Females Negative Nil income Age 15-19 years” percent of “Females Negative Nil income Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_Neg_Nil_income_15_19_yrs',
      'denominator'
    );

Measure “Females Negative Nil income Age 15-19 years” percent of “Females Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_Neg_Nil_income_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Negative Nil income Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.103. Females Negative Nil income Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females Negative Nil income Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_Neg_Nil_income_20_24_yrs'
    );

Measure “Females Negative Nil income Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_Neg_Nil_income_20_24_yrs'
    );

Measure “Females Negative Nil income Age 20-24 years” percent of “Females Negative Nil income Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_Neg_Nil_income_20_24_yrs',
      'denominator'
    );

Measure “Females Negative Nil income Age 20-24 years” percent of “Females Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_Neg_Nil_income_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Negative Nil income Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.104. Females Negative Nil income Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females Negative Nil income Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_Neg_Nil_income_25_34_yrs'
    );

Measure “Females Negative Nil income Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_Neg_Nil_income_25_34_yrs'
    );

Measure “Females Negative Nil income Age 25-34 years” percent of “Females Negative Nil income Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_Neg_Nil_income_25_34_yrs',
      'denominator'
    );

Measure “Females Negative Nil income Age 25-34 years” percent of “Females Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_Neg_Nil_income_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Negative Nil income Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.105. Females Negative Nil income Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females Negative Nil income Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_Neg_Nil_income_35_44_yrs'
    );

Measure “Females Negative Nil income Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_Neg_Nil_income_35_44_yrs'
    );

Measure “Females Negative Nil income Age 35-44 years” percent of “Females Negative Nil income Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_Neg_Nil_income_35_44_yrs',
      'denominator'
    );

Measure “Females Negative Nil income Age 35-44 years” percent of “Females Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_Neg_Nil_income_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Negative Nil income Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.106. Females Negative Nil income Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females Negative Nil income Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_Neg_Nil_income_45_54_yrs'
    );

Measure “Females Negative Nil income Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_Neg_Nil_income_45_54_yrs'
    );

Measure “Females Negative Nil income Age 45-54 years” percent of “Females Negative Nil income Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_Neg_Nil_income_45_54_yrs',
      'denominator'
    );

Measure “Females Negative Nil income Age 45-54 years” percent of “Females Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_Neg_Nil_income_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Negative Nil income Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.107. Females Negative Nil income Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females Negative Nil income Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_Neg_Nil_income_55_64_yrs'
    );

Measure “Females Negative Nil income Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_Neg_Nil_income_55_64_yrs'
    );

Measure “Females Negative Nil income Age 55-64 years” percent of “Females Negative Nil income Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_Neg_Nil_income_55_64_yrs',
      'denominator'
    );

Measure “Females Negative Nil income Age 55-64 years” percent of “Females Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_Neg_Nil_income_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Negative Nil income Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.108. Females Negative Nil income Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females Negative Nil income Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_Neg_Nil_income_65_74_yrs'
    );

Measure “Females Negative Nil income Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_Neg_Nil_income_65_74_yrs'
    );

Measure “Females Negative Nil income Age 65-74 years” percent of “Females Negative Nil income Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_Neg_Nil_income_65_74_yrs',
      'denominator'
    );

Measure “Females Negative Nil income Age 65-74 years” percent of “Females Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_Neg_Nil_income_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Negative Nil income Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.109. Females Negative Nil income Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females Negative Nil income Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_Neg_Nil_income_75_84_yrs'
    );

Measure “Females Negative Nil income Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_Neg_Nil_income_75_84_yrs'
    );

Measure “Females Negative Nil income Age 75-84 years” percent of “Females Negative Nil income Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_Neg_Nil_income_75_84_yrs',
      'denominator'
    );

Measure “Females Negative Nil income Age 75-84 years” percent of “Females Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_Neg_Nil_income_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Negative Nil income Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.110. Females Negative Nil income Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Females Negative Nil income Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_Neg_Nil_incme_85_yrs_ovr'
    );

Measure “Females Negative Nil income Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_Neg_Nil_incme_85_yrs_ovr'
    );

Measure “Females Negative Nil income Age 85 years and over” percent of “Females Negative Nil income Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_F_Neg_Nil_incme_85_yrs_ovr',
      'denominator'
    );

Measure “Females Negative Nil income Age 85 years and over” percent of “Females Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_F_Neg_Nil_incme_85_yrs_ovr',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Negative Nil income Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.111. Females Personal income not stated TotalΒΆ

Total Personal Income (Weekly)

Measure “Females Personal income not stated Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_PI_NS_ns_Tot'
    );

Measure “Females Personal income not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_PI_NS_ns_Tot'
    );

Measure “Females Personal income not stated Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_PI_NS_ns_Tot',
      'denominator'
    );

Measure “Females Personal income not stated Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_PI_NS_ns_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.112. Females Personal income not stated Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females Personal income not stated Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_PI_NS_15_19_yrs'
    );

Measure “Females Personal income not stated Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_PI_NS_15_19_yrs'
    );

Measure “Females Personal income not stated Age 15-19 years” percent of “Females Personal income not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_PI_NS_15_19_yrs',
      'denominator'
    );

Measure “Females Personal income not stated Age 15-19 years” percent of “Females Personal income not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_PI_NS_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Personal income not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.113. Females Personal income not stated Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females Personal income not stated Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_PI_NS_ns_20_24_yrs'
    );

Measure “Females Personal income not stated Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_PI_NS_ns_20_24_yrs'
    );

Measure “Females Personal income not stated Age 20-24 years” percent of “Females Personal income not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_PI_NS_ns_20_24_yrs',
      'denominator'
    );

Measure “Females Personal income not stated Age 20-24 years” percent of “Females Personal income not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_PI_NS_ns_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Personal income not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.114. Females Personal income not stated Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females Personal income not stated Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_PI_NS_ns_25_34_yrs'
    );

Measure “Females Personal income not stated Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_PI_NS_ns_25_34_yrs'
    );

Measure “Females Personal income not stated Age 25-34 years” percent of “Females Personal income not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_PI_NS_ns_25_34_yrs',
      'denominator'
    );

Measure “Females Personal income not stated Age 25-34 years” percent of “Females Personal income not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_PI_NS_ns_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Personal income not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.115. Females Personal income not stated Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females Personal income not stated Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_PI_NS_ns_35_44_yrs'
    );

Measure “Females Personal income not stated Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_PI_NS_ns_35_44_yrs'
    );

Measure “Females Personal income not stated Age 35-44 years” percent of “Females Personal income not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_PI_NS_ns_35_44_yrs',
      'denominator'
    );

Measure “Females Personal income not stated Age 35-44 years” percent of “Females Personal income not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_PI_NS_ns_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Personal income not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.116. Females Personal income not stated Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females Personal income not stated Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_PI_NS_ns_45_54_yrs'
    );

Measure “Females Personal income not stated Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_PI_NS_ns_45_54_yrs'
    );

Measure “Females Personal income not stated Age 45-54 years” percent of “Females Personal income not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_PI_NS_ns_45_54_yrs',
      'denominator'
    );

Measure “Females Personal income not stated Age 45-54 years” percent of “Females Personal income not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_PI_NS_ns_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Personal income not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.117. Females Personal income not stated Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females Personal income not stated Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_PI_NS_ns_55_64_yrs'
    );

Measure “Females Personal income not stated Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_PI_NS_ns_55_64_yrs'
    );

Measure “Females Personal income not stated Age 55-64 years” percent of “Females Personal income not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_PI_NS_ns_55_64_yrs',
      'denominator'
    );

Measure “Females Personal income not stated Age 55-64 years” percent of “Females Personal income not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_PI_NS_ns_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Personal income not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.118. Females Personal income not stated Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females Personal income not stated Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_PI_NS_ns_65_74_yrs'
    );

Measure “Females Personal income not stated Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_PI_NS_ns_65_74_yrs'
    );

Measure “Females Personal income not stated Age 65-74 years” percent of “Females Personal income not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_PI_NS_ns_65_74_yrs',
      'denominator'
    );

Measure “Females Personal income not stated Age 65-74 years” percent of “Females Personal income not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_PI_NS_ns_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Personal income not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.119. Females Personal income not stated Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females Personal income not stated Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_PI_NS_ns_75_84_yrs'
    );

Measure “Females Personal income not stated Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_PI_NS_ns_75_84_yrs'
    );

Measure “Females Personal income not stated Age 75-84 years” percent of “Females Personal income not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_PI_NS_ns_75_84_yrs',
      'denominator'
    );

Measure “Females Personal income not stated Age 75-84 years” percent of “Females Personal income not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_PI_NS_ns_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Personal income not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.120. Females Personal income not stated Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Females Personal income not stated Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_PI_NS_ns_85_yrs_ovr'
    );

Measure “Females Personal income not stated Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_PI_NS_ns_85_yrs_ovr'
    );

Measure “Females Personal income not stated Age 85 years and over” percent of “Females Personal income not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_PI_NS_ns_85_yrs_ovr',
      'denominator'
    );

Measure “Females Personal income not stated Age 85 years and over” percent of “Females Personal income not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_PI_NS_ns_85_yrs_ovr',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Personal income not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.121. Females Total Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females Total Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_Tot_15_19_yrs'
    );

Measure “Females Total Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_Tot_15_19_yrs'
    );

Measure “Females Total Age 15-19 years” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_Tot_15_19_yrs',
      'denominator'
    );

Measure “Females Total Age 15-19 years” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_Tot_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.122. Females Total Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females Total Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_Tot_20_24_yrs'
    );

Measure “Females Total Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_Tot_20_24_yrs'
    );

Measure “Females Total Age 20-24 years” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_Tot_20_24_yrs',
      'denominator'
    );

Measure “Females Total Age 20-24 years” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_Tot_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.123. Females Total Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females Total Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_Tot_25_34_yrs'
    );

Measure “Females Total Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_Tot_25_34_yrs'
    );

Measure “Females Total Age 25-34 years” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_Tot_25_34_yrs',
      'denominator'
    );

Measure “Females Total Age 25-34 years” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_Tot_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.124. Females Total Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females Total Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_Tot_35_44_yrs'
    );

Measure “Females Total Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_Tot_35_44_yrs'
    );

Measure “Females Total Age 35-44 years” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_Tot_35_44_yrs',
      'denominator'
    );

Measure “Females Total Age 35-44 years” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_Tot_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.125. Females Total Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females Total Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_Tot_45_54_yrs'
    );

Measure “Females Total Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_Tot_45_54_yrs'
    );

Measure “Females Total Age 45-54 years” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_Tot_45_54_yrs',
      'denominator'
    );

Measure “Females Total Age 45-54 years” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_Tot_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.126. Females Total Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females Total Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_Tot_55_64_yrs'
    );

Measure “Females Total Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_Tot_55_64_yrs'
    );

Measure “Females Total Age 55-64 years” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_Tot_55_64_yrs',
      'denominator'
    );

Measure “Females Total Age 55-64 years” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_Tot_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.127. Females Total Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females Total Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_Tot_65_74_yrs'
    );

Measure “Females Total Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_Tot_65_74_yrs'
    );

Measure “Females Total Age 65-74 years” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_Tot_65_74_yrs',
      'denominator'
    );

Measure “Females Total Age 65-74 years” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_Tot_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.128. Females Total Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Females Total Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_Tot_75_84_yrs'
    );

Measure “Females Total Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_Tot_75_84_yrs'
    );

Measure “Females Total Age 75-84 years” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_Tot_75_84_yrs',
      'denominator'
    );

Measure “Females Total Age 75-84 years” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_Tot_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.1.129. Females Total Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Females Total Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_Tot_85ov'
    );

Measure “Females Total Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_Tot_85ov'
    );

Measure “Females Total Age 85 years and over” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_F_Tot_85ov',
      'denominator'
    );

Measure “Females Total Age 85 years and over” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_F_Tot_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2. Males Total TotalΒΆ

Total Personal Income (Weekly)

Measure “Males Total Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Tot_Tot'
    );

Measure “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Tot_Tot'
    );

Measure “Males Total Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Tot_Tot',
      'denominator'
    );

Measure “Males Total Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Tot_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Males Total Total

3.7.2.2.1. Males 1-199 TotalΒΆ

Total Personal Income (Weekly)

Measure “Males 1-199 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1_199_Tot'
    );

Measure “Males 1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1_199_Tot'
    );

Measure “Males 1-199 Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1_199_Tot',
      'denominator'
    );

Measure “Males 1-199 Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1_199_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.2. Males 1-199 Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 1-199 Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1_199_15_19_yrs'
    );

Measure “Males 1-199 Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1_199_15_19_yrs'
    );

Measure “Males 1-199 Age 15-19 years” percent of “Males 1-199 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1_199_15_19_yrs',
      'denominator'
    );

Measure “Males 1-199 Age 15-19 years” percent of “Males 1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1_199_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1-199 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.3. Males 1-199 Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 1-199 Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1_199_20_24_yrs'
    );

Measure “Males 1-199 Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1_199_20_24_yrs'
    );

Measure “Males 1-199 Age 20-24 years” percent of “Males 1-199 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1_199_20_24_yrs',
      'denominator'
    );

Measure “Males 1-199 Age 20-24 years” percent of “Males 1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1_199_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1-199 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.4. Males 1-199 Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 1-199 Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1_199_25_34_yrs'
    );

Measure “Males 1-199 Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1_199_25_34_yrs'
    );

Measure “Males 1-199 Age 25-34 years” percent of “Males 1-199 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1_199_25_34_yrs',
      'denominator'
    );

Measure “Males 1-199 Age 25-34 years” percent of “Males 1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1_199_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1-199 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.5. Males 1-199 Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 1-199 Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1_199_35_44_yrs'
    );

Measure “Males 1-199 Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1_199_35_44_yrs'
    );

Measure “Males 1-199 Age 35-44 years” percent of “Males 1-199 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1_199_35_44_yrs',
      'denominator'
    );

Measure “Males 1-199 Age 35-44 years” percent of “Males 1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1_199_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1-199 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.6. Males 1-199 Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 1-199 Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1_199_45_54_yrs'
    );

Measure “Males 1-199 Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1_199_45_54_yrs'
    );

Measure “Males 1-199 Age 45-54 years” percent of “Males 1-199 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1_199_45_54_yrs',
      'denominator'
    );

Measure “Males 1-199 Age 45-54 years” percent of “Males 1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1_199_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1-199 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.7. Males 1-199 Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 1-199 Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1_199_55_64_yrs'
    );

Measure “Males 1-199 Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1_199_55_64_yrs'
    );

Measure “Males 1-199 Age 55-64 years” percent of “Males 1-199 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1_199_55_64_yrs',
      'denominator'
    );

Measure “Males 1-199 Age 55-64 years” percent of “Males 1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1_199_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1-199 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.8. Males 1-199 Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 1-199 Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1_199_65_74_yrs'
    );

Measure “Males 1-199 Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1_199_65_74_yrs'
    );

Measure “Males 1-199 Age 65-74 years” percent of “Males 1-199 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1_199_65_74_yrs',
      'denominator'
    );

Measure “Males 1-199 Age 65-74 years” percent of “Males 1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1_199_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1-199 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.9. Males 1-199 Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 1-199 Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1_199_75_84_yrs'
    );

Measure “Males 1-199 Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1_199_75_84_yrs'
    );

Measure “Males 1-199 Age 75-84 years” percent of “Males 1-199 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1_199_75_84_yrs',
      'denominator'
    );

Measure “Males 1-199 Age 75-84 years” percent of “Males 1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1_199_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1-199 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.10. Males 1-199 Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Males 1-199 Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1_199_85ov'
    );

Measure “Males 1-199 Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1_199_85ov'
    );

Measure “Males 1-199 Age 85 years and over” percent of “Males 1-199 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1_199_85ov',
      'denominator'
    );

Measure “Males 1-199 Age 85 years and over” percent of “Males 1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1_199_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1-199 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.11. Males 200-299 TotalΒΆ

Total Personal Income (Weekly)

Measure “Males 200-299 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_200_299_Tot'
    );

Measure “Males 200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_200_299_Tot'
    );

Measure “Males 200-299 Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_200_299_Tot',
      'denominator'
    );

Measure “Males 200-299 Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_200_299_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.12. Males 200-299 Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 200-299 Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_200_299_15_19_yrs'
    );

Measure “Males 200-299 Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_200_299_15_19_yrs'
    );

Measure “Males 200-299 Age 15-19 years” percent of “Males 200-299 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_200_299_15_19_yrs',
      'denominator'
    );

Measure “Males 200-299 Age 15-19 years” percent of “Males 200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_200_299_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 200-299 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.13. Males 200-299 Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 200-299 Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_200_299_20_24_yrs'
    );

Measure “Males 200-299 Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_200_299_20_24_yrs'
    );

Measure “Males 200-299 Age 20-24 years” percent of “Males 200-299 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_200_299_20_24_yrs',
      'denominator'
    );

Measure “Males 200-299 Age 20-24 years” percent of “Males 200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_200_299_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 200-299 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.14. Males 200-299 Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 200-299 Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_200_299_25_34_yrs'
    );

Measure “Males 200-299 Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_200_299_25_34_yrs'
    );

Measure “Males 200-299 Age 25-34 years” percent of “Males 200-299 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_200_299_25_34_yrs',
      'denominator'
    );

Measure “Males 200-299 Age 25-34 years” percent of “Males 200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_200_299_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 200-299 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.15. Males 200-299 Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 200-299 Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_200_299_35_44_yrs'
    );

Measure “Males 200-299 Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_200_299_35_44_yrs'
    );

Measure “Males 200-299 Age 35-44 years” percent of “Males 200-299 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_200_299_35_44_yrs',
      'denominator'
    );

Measure “Males 200-299 Age 35-44 years” percent of “Males 200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_200_299_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 200-299 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.16. Males 200-299 Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 200-299 Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_200_299_45_54_yrs'
    );

Measure “Males 200-299 Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_200_299_45_54_yrs'
    );

Measure “Males 200-299 Age 45-54 years” percent of “Males 200-299 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_200_299_45_54_yrs',
      'denominator'
    );

Measure “Males 200-299 Age 45-54 years” percent of “Males 200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_200_299_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 200-299 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.17. Males 200-299 Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 200-299 Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_200_299_55_64_yrs'
    );

Measure “Males 200-299 Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_200_299_55_64_yrs'
    );

Measure “Males 200-299 Age 55-64 years” percent of “Males 200-299 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_200_299_55_64_yrs',
      'denominator'
    );

Measure “Males 200-299 Age 55-64 years” percent of “Males 200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_200_299_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 200-299 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.18. Males 200-299 Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 200-299 Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_200_299_65_74_yrs'
    );

Measure “Males 200-299 Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_200_299_65_74_yrs'
    );

Measure “Males 200-299 Age 65-74 years” percent of “Males 200-299 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_200_299_65_74_yrs',
      'denominator'
    );

Measure “Males 200-299 Age 65-74 years” percent of “Males 200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_200_299_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 200-299 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.19. Males 200-299 Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 200-299 Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_200_299_75_84_yrs'
    );

Measure “Males 200-299 Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_200_299_75_84_yrs'
    );

Measure “Males 200-299 Age 75-84 years” percent of “Males 200-299 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_200_299_75_84_yrs',
      'denominator'
    );

Measure “Males 200-299 Age 75-84 years” percent of “Males 200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_200_299_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 200-299 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.20. Males 200-299 Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Males 200-299 Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_200_299_85ov'
    );

Measure “Males 200-299 Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_200_299_85ov'
    );

Measure “Males 200-299 Age 85 years and over” percent of “Males 200-299 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_200_299_85ov',
      'denominator'
    );

Measure “Males 200-299 Age 85 years and over” percent of “Males 200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_200_299_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 200-299 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.21. Males 300-399 TotalΒΆ

Total Personal Income (Weekly)

Measure “Males 300-399 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_300_399_Tot'
    );

Measure “Males 300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_300_399_Tot'
    );

Measure “Males 300-399 Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_300_399_Tot',
      'denominator'
    );

Measure “Males 300-399 Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_300_399_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.22. Males 300-399 Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 300-399 Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_300_399_15_19_yrs'
    );

Measure “Males 300-399 Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_300_399_15_19_yrs'
    );

Measure “Males 300-399 Age 15-19 years” percent of “Males 300-399 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_300_399_15_19_yrs',
      'denominator'
    );

Measure “Males 300-399 Age 15-19 years” percent of “Males 300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_300_399_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 300-399 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.23. Males 300-399 Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 300-399 Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_300_399_20_24_yrs'
    );

Measure “Males 300-399 Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_300_399_20_24_yrs'
    );

Measure “Males 300-399 Age 20-24 years” percent of “Males 300-399 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_300_399_20_24_yrs',
      'denominator'
    );

Measure “Males 300-399 Age 20-24 years” percent of “Males 300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_300_399_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 300-399 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.24. Males 300-399 Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 300-399 Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_300_399_25_34_yrs'
    );

Measure “Males 300-399 Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_300_399_25_34_yrs'
    );

Measure “Males 300-399 Age 25-34 years” percent of “Males 300-399 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_300_399_25_34_yrs',
      'denominator'
    );

Measure “Males 300-399 Age 25-34 years” percent of “Males 300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_300_399_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 300-399 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.25. Males 300-399 Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 300-399 Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_300_399_35_44_yrs'
    );

Measure “Males 300-399 Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_300_399_35_44_yrs'
    );

Measure “Males 300-399 Age 35-44 years” percent of “Males 300-399 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_300_399_35_44_yrs',
      'denominator'
    );

Measure “Males 300-399 Age 35-44 years” percent of “Males 300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_300_399_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 300-399 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.26. Males 300-399 Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 300-399 Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_300_399_45_54_yrs'
    );

Measure “Males 300-399 Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_300_399_45_54_yrs'
    );

Measure “Males 300-399 Age 45-54 years” percent of “Males 300-399 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_300_399_45_54_yrs',
      'denominator'
    );

Measure “Males 300-399 Age 45-54 years” percent of “Males 300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_300_399_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 300-399 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.27. Males 300-399 Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 300-399 Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_300_399_55_64_yrs'
    );

Measure “Males 300-399 Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_300_399_55_64_yrs'
    );

Measure “Males 300-399 Age 55-64 years” percent of “Males 300-399 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_300_399_55_64_yrs',
      'denominator'
    );

Measure “Males 300-399 Age 55-64 years” percent of “Males 300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_300_399_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 300-399 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.28. Males 300-399 Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 300-399 Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_300_399_65_74_yrs'
    );

Measure “Males 300-399 Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_300_399_65_74_yrs'
    );

Measure “Males 300-399 Age 65-74 years” percent of “Males 300-399 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_300_399_65_74_yrs',
      'denominator'
    );

Measure “Males 300-399 Age 65-74 years” percent of “Males 300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_300_399_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 300-399 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.29. Males 300-399 Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 300-399 Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_300_399_75_84_yrs'
    );

Measure “Males 300-399 Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_300_399_75_84_yrs'
    );

Measure “Males 300-399 Age 75-84 years” percent of “Males 300-399 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_300_399_75_84_yrs',
      'denominator'
    );

Measure “Males 300-399 Age 75-84 years” percent of “Males 300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_300_399_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 300-399 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.30. Males 300-399 Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Males 300-399 Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_300_399_85ov'
    );

Measure “Males 300-399 Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_300_399_85ov'
    );

Measure “Males 300-399 Age 85 years and over” percent of “Males 300-399 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_300_399_85ov',
      'denominator'
    );

Measure “Males 300-399 Age 85 years and over” percent of “Males 300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_300_399_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 300-399 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.31. Males 400-599 TotalΒΆ

Total Personal Income (Weekly)

Measure “Males 400-599 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_400_599_Tot'
    );

Measure “Males 400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_400_599_Tot'
    );

Measure “Males 400-599 Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_400_599_Tot',
      'denominator'
    );

Measure “Males 400-599 Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_400_599_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.32. Males 400-599 Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 400-599 Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_400_599_15_19_yrs'
    );

Measure “Males 400-599 Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_400_599_15_19_yrs'
    );

Measure “Males 400-599 Age 15-19 years” percent of “Males 400-599 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_400_599_15_19_yrs',
      'denominator'
    );

Measure “Males 400-599 Age 15-19 years” percent of “Males 400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_400_599_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 400-599 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.33. Males 400-599 Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 400-599 Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_400_599_20_24_yrs'
    );

Measure “Males 400-599 Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_400_599_20_24_yrs'
    );

Measure “Males 400-599 Age 20-24 years” percent of “Males 400-599 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_400_599_20_24_yrs',
      'denominator'
    );

Measure “Males 400-599 Age 20-24 years” percent of “Males 400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_400_599_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 400-599 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.34. Males 400-599 Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 400-599 Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_400_599_25_34_yrs'
    );

Measure “Males 400-599 Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_400_599_25_34_yrs'
    );

Measure “Males 400-599 Age 25-34 years” percent of “Males 400-599 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_400_599_25_34_yrs',
      'denominator'
    );

Measure “Males 400-599 Age 25-34 years” percent of “Males 400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_400_599_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 400-599 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.35. Males 400-599 Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 400-599 Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_400_599_35_44_yrs'
    );

Measure “Males 400-599 Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_400_599_35_44_yrs'
    );

Measure “Males 400-599 Age 35-44 years” percent of “Males 400-599 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_400_599_35_44_yrs',
      'denominator'
    );

Measure “Males 400-599 Age 35-44 years” percent of “Males 400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_400_599_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 400-599 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.36. Males 400-599 Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 400-599 Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_400_599_45_54_yrs'
    );

Measure “Males 400-599 Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_400_599_45_54_yrs'
    );

Measure “Males 400-599 Age 45-54 years” percent of “Males 400-599 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_400_599_45_54_yrs',
      'denominator'
    );

Measure “Males 400-599 Age 45-54 years” percent of “Males 400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_400_599_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 400-599 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.37. Males 400-599 Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 400-599 Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_400_599_55_64_yrs'
    );

Measure “Males 400-599 Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_400_599_55_64_yrs'
    );

Measure “Males 400-599 Age 55-64 years” percent of “Males 400-599 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_400_599_55_64_yrs',
      'denominator'
    );

Measure “Males 400-599 Age 55-64 years” percent of “Males 400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_400_599_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 400-599 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.38. Males 400-599 Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 400-599 Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_400_599_65_74_yrs'
    );

Measure “Males 400-599 Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_400_599_65_74_yrs'
    );

Measure “Males 400-599 Age 65-74 years” percent of “Males 400-599 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_400_599_65_74_yrs',
      'denominator'
    );

Measure “Males 400-599 Age 65-74 years” percent of “Males 400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_400_599_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 400-599 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.39. Males 400-599 Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 400-599 Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_400_599_75_84_yrs'
    );

Measure “Males 400-599 Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_400_599_75_84_yrs'
    );

Measure “Males 400-599 Age 75-84 years” percent of “Males 400-599 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_400_599_75_84_yrs',
      'denominator'
    );

Measure “Males 400-599 Age 75-84 years” percent of “Males 400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_400_599_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 400-599 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.40. Males 400-599 Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Males 400-599 Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_400_599_85ov'
    );

Measure “Males 400-599 Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_400_599_85ov'
    );

Measure “Males 400-599 Age 85 years and over” percent of “Males 400-599 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_400_599_85ov',
      'denominator'
    );

Measure “Males 400-599 Age 85 years and over” percent of “Males 400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_400_599_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 400-599 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.41. Males 600-799 TotalΒΆ

Total Personal Income (Weekly)

Measure “Males 600-799 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_600_799_Tot'
    );

Measure “Males 600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_600_799_Tot'
    );

Measure “Males 600-799 Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_600_799_Tot',
      'denominator'
    );

Measure “Males 600-799 Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_600_799_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.42. Males 600-799 Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 600-799 Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_600_799_15_19_yrs'
    );

Measure “Males 600-799 Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_600_799_15_19_yrs'
    );

Measure “Males 600-799 Age 15-19 years” percent of “Males 600-799 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_600_799_15_19_yrs',
      'denominator'
    );

Measure “Males 600-799 Age 15-19 years” percent of “Males 600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_600_799_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 600-799 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.43. Males 600-799 Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 600-799 Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_600_799_20_24_yrs'
    );

Measure “Males 600-799 Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_600_799_20_24_yrs'
    );

Measure “Males 600-799 Age 20-24 years” percent of “Males 600-799 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_600_799_20_24_yrs',
      'denominator'
    );

Measure “Males 600-799 Age 20-24 years” percent of “Males 600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_600_799_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 600-799 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.44. Males 600-799 Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 600-799 Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_600_799_25_34_yrs'
    );

Measure “Males 600-799 Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_600_799_25_34_yrs'
    );

Measure “Males 600-799 Age 25-34 years” percent of “Males 600-799 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_600_799_25_34_yrs',
      'denominator'
    );

Measure “Males 600-799 Age 25-34 years” percent of “Males 600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_600_799_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 600-799 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.45. Males 600-799 Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 600-799 Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_600_799_35_44_yrs'
    );

Measure “Males 600-799 Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_600_799_35_44_yrs'
    );

Measure “Males 600-799 Age 35-44 years” percent of “Males 600-799 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_600_799_35_44_yrs',
      'denominator'
    );

Measure “Males 600-799 Age 35-44 years” percent of “Males 600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_600_799_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 600-799 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.46. Males 600-799 Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 600-799 Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_600_799_45_54_yrs'
    );

Measure “Males 600-799 Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_600_799_45_54_yrs'
    );

Measure “Males 600-799 Age 45-54 years” percent of “Males 600-799 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_600_799_45_54_yrs',
      'denominator'
    );

Measure “Males 600-799 Age 45-54 years” percent of “Males 600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_600_799_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 600-799 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.47. Males 600-799 Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 600-799 Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_600_799_55_64_yrs'
    );

Measure “Males 600-799 Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_600_799_55_64_yrs'
    );

Measure “Males 600-799 Age 55-64 years” percent of “Males 600-799 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_600_799_55_64_yrs',
      'denominator'
    );

Measure “Males 600-799 Age 55-64 years” percent of “Males 600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_600_799_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 600-799 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.48. Males 600-799 Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 600-799 Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_600_799_65_74_yrs'
    );

Measure “Males 600-799 Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_600_799_65_74_yrs'
    );

Measure “Males 600-799 Age 65-74 years” percent of “Males 600-799 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_600_799_65_74_yrs',
      'denominator'
    );

Measure “Males 600-799 Age 65-74 years” percent of “Males 600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_600_799_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 600-799 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.49. Males 600-799 Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 600-799 Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_600_799_75_84_yrs'
    );

Measure “Males 600-799 Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_600_799_75_84_yrs'
    );

Measure “Males 600-799 Age 75-84 years” percent of “Males 600-799 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_600_799_75_84_yrs',
      'denominator'
    );

Measure “Males 600-799 Age 75-84 years” percent of “Males 600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_600_799_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 600-799 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.50. Males 600-799 Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Males 600-799 Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_600_799_85ov'
    );

Measure “Males 600-799 Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_600_799_85ov'
    );

Measure “Males 600-799 Age 85 years and over” percent of “Males 600-799 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_600_799_85ov',
      'denominator'
    );

Measure “Males 600-799 Age 85 years and over” percent of “Males 600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_600_799_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 600-799 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.51. Males 800-999 TotalΒΆ

Total Personal Income (Weekly)

Measure “Males 800-999 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_800_999_Tot'
    );

Measure “Males 800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_800_999_Tot'
    );

Measure “Males 800-999 Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_800_999_Tot',
      'denominator'
    );

Measure “Males 800-999 Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_800_999_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.52. Males 800-999 Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 800-999 Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_800_999_15_19_yrs'
    );

Measure “Males 800-999 Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_800_999_15_19_yrs'
    );

Measure “Males 800-999 Age 15-19 years” percent of “Males 800-999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_800_999_15_19_yrs',
      'denominator'
    );

Measure “Males 800-999 Age 15-19 years” percent of “Males 800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_800_999_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 800-999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.53. Males 800-999 Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 800-999 Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_800_999_20_24_yrs'
    );

Measure “Males 800-999 Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_800_999_20_24_yrs'
    );

Measure “Males 800-999 Age 20-24 years” percent of “Males 800-999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_800_999_20_24_yrs',
      'denominator'
    );

Measure “Males 800-999 Age 20-24 years” percent of “Males 800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_800_999_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 800-999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.54. Males 800-999 Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 800-999 Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_800_999_25_34_yrs'
    );

Measure “Males 800-999 Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_800_999_25_34_yrs'
    );

Measure “Males 800-999 Age 25-34 years” percent of “Males 800-999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_800_999_25_34_yrs',
      'denominator'
    );

Measure “Males 800-999 Age 25-34 years” percent of “Males 800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_800_999_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 800-999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.55. Males 800-999 Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 800-999 Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_800_999_35_44_yrs'
    );

Measure “Males 800-999 Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_800_999_35_44_yrs'
    );

Measure “Males 800-999 Age 35-44 years” percent of “Males 800-999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_800_999_35_44_yrs',
      'denominator'
    );

Measure “Males 800-999 Age 35-44 years” percent of “Males 800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_800_999_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 800-999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.56. Males 800-999 Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 800-999 Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_800_999_45_54_yrs'
    );

Measure “Males 800-999 Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_800_999_45_54_yrs'
    );

Measure “Males 800-999 Age 45-54 years” percent of “Males 800-999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_800_999_45_54_yrs',
      'denominator'
    );

Measure “Males 800-999 Age 45-54 years” percent of “Males 800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_800_999_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 800-999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.57. Males 800-999 Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 800-999 Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_800_999_55_64_yrs'
    );

Measure “Males 800-999 Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_800_999_55_64_yrs'
    );

Measure “Males 800-999 Age 55-64 years” percent of “Males 800-999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_800_999_55_64_yrs',
      'denominator'
    );

Measure “Males 800-999 Age 55-64 years” percent of “Males 800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_800_999_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 800-999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.58. Males 800-999 Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 800-999 Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_800_999_65_74_yrs'
    );

Measure “Males 800-999 Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_800_999_65_74_yrs'
    );

Measure “Males 800-999 Age 65-74 years” percent of “Males 800-999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_800_999_65_74_yrs',
      'denominator'
    );

Measure “Males 800-999 Age 65-74 years” percent of “Males 800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_800_999_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 800-999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.59. Males 800-999 Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 800-999 Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_800_999_75_84_yrs'
    );

Measure “Males 800-999 Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_800_999_75_84_yrs'
    );

Measure “Males 800-999 Age 75-84 years” percent of “Males 800-999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_800_999_75_84_yrs',
      'denominator'
    );

Measure “Males 800-999 Age 75-84 years” percent of “Males 800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_800_999_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 800-999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.60. Males 800-999 Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Males 800-999 Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_800_999_85ov'
    );

Measure “Males 800-999 Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_800_999_85ov'
    );

Measure “Males 800-999 Age 85 years and over” percent of “Males 800-999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_800_999_85ov',
      'denominator'
    );

Measure “Males 800-999 Age 85 years and over” percent of “Males 800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_800_999_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 800-999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.61. Males 1000-1249 TotalΒΆ

Total Personal Income (Weekly)

Measure “Males 1000-1249 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1000_1249_Tot'
    );

Measure “Males 1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1000_1249_Tot'
    );

Measure “Males 1000-1249 Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1000_1249_Tot',
      'denominator'
    );

Measure “Males 1000-1249 Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1000_1249_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.62. Males 1000-1249 Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 1000-1249 Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1000_1249_15_19_yrs'
    );

Measure “Males 1000-1249 Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1000_1249_15_19_yrs'
    );

Measure “Males 1000-1249 Age 15-19 years” percent of “Males 1000-1249 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1000_1249_15_19_yrs',
      'denominator'
    );

Measure “Males 1000-1249 Age 15-19 years” percent of “Males 1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1000_1249_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1000-1249 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.63. Males 1000-1249 Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 1000-1249 Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1000_1249_20_24_yrs'
    );

Measure “Males 1000-1249 Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1000_1249_20_24_yrs'
    );

Measure “Males 1000-1249 Age 20-24 years” percent of “Males 1000-1249 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1000_1249_20_24_yrs',
      'denominator'
    );

Measure “Males 1000-1249 Age 20-24 years” percent of “Males 1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1000_1249_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1000-1249 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.64. Males 1000-1249 Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 1000-1249 Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1000_1249_25_34_yrs'
    );

Measure “Males 1000-1249 Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1000_1249_25_34_yrs'
    );

Measure “Males 1000-1249 Age 25-34 years” percent of “Males 1000-1249 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1000_1249_25_34_yrs',
      'denominator'
    );

Measure “Males 1000-1249 Age 25-34 years” percent of “Males 1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1000_1249_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1000-1249 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.65. Males 1000-1249 Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 1000-1249 Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1000_1249_35_44_yrs'
    );

Measure “Males 1000-1249 Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1000_1249_35_44_yrs'
    );

Measure “Males 1000-1249 Age 35-44 years” percent of “Males 1000-1249 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1000_1249_35_44_yrs',
      'denominator'
    );

Measure “Males 1000-1249 Age 35-44 years” percent of “Males 1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1000_1249_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1000-1249 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.66. Males 1000-1249 Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 1000-1249 Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1000_1249_45_54_yrs'
    );

Measure “Males 1000-1249 Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1000_1249_45_54_yrs'
    );

Measure “Males 1000-1249 Age 45-54 years” percent of “Males 1000-1249 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1000_1249_45_54_yrs',
      'denominator'
    );

Measure “Males 1000-1249 Age 45-54 years” percent of “Males 1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1000_1249_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1000-1249 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.67. Males 1000-1249 Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 1000-1249 Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1000_1249_55_64_yrs'
    );

Measure “Males 1000-1249 Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1000_1249_55_64_yrs'
    );

Measure “Males 1000-1249 Age 55-64 years” percent of “Males 1000-1249 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1000_1249_55_64_yrs',
      'denominator'
    );

Measure “Males 1000-1249 Age 55-64 years” percent of “Males 1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1000_1249_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1000-1249 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.68. Males 1000-1249 Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 1000-1249 Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1000_1249_65_74_yrs'
    );

Measure “Males 1000-1249 Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1000_1249_65_74_yrs'
    );

Measure “Males 1000-1249 Age 65-74 years” percent of “Males 1000-1249 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1000_1249_65_74_yrs',
      'denominator'
    );

Measure “Males 1000-1249 Age 65-74 years” percent of “Males 1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1000_1249_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1000-1249 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.69. Males 1000-1249 Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 1000-1249 Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1000_1249_75_84_yrs'
    );

Measure “Males 1000-1249 Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1000_1249_75_84_yrs'
    );

Measure “Males 1000-1249 Age 75-84 years” percent of “Males 1000-1249 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1000_1249_75_84_yrs',
      'denominator'
    );

Measure “Males 1000-1249 Age 75-84 years” percent of “Males 1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1000_1249_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1000-1249 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.70. Males 1000-1249 Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Males 1000-1249 Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1000_1249_85ov'
    );

Measure “Males 1000-1249 Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1000_1249_85ov'
    );

Measure “Males 1000-1249 Age 85 years and over” percent of “Males 1000-1249 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1000_1249_85ov',
      'denominator'
    );

Measure “Males 1000-1249 Age 85 years and over” percent of “Males 1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1000_1249_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1000-1249 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.71. Males 1250-1499 TotalΒΆ

Total Personal Income (Weekly)

Measure “Males 1250-1499 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1250_1499_Tot'
    );

Measure “Males 1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1250_1499_Tot'
    );

Measure “Males 1250-1499 Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1250_1499_Tot',
      'denominator'
    );

Measure “Males 1250-1499 Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1250_1499_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.72. Males 1250-1499 Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 1250-1499 Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1250_1499_15_19_yrs'
    );

Measure “Males 1250-1499 Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1250_1499_15_19_yrs'
    );

Measure “Males 1250-1499 Age 15-19 years” percent of “Males 1250-1499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1250_1499_15_19_yrs',
      'denominator'
    );

Measure “Males 1250-1499 Age 15-19 years” percent of “Males 1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1250_1499_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1250-1499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.73. Males 1250-1499 Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 1250-1499 Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1250_1499_20_24_yrs'
    );

Measure “Males 1250-1499 Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1250_1499_20_24_yrs'
    );

Measure “Males 1250-1499 Age 20-24 years” percent of “Males 1250-1499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1250_1499_20_24_yrs',
      'denominator'
    );

Measure “Males 1250-1499 Age 20-24 years” percent of “Males 1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1250_1499_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1250-1499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.74. Males 1250-1499 Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 1250-1499 Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1250_1499_25_34_yrs'
    );

Measure “Males 1250-1499 Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1250_1499_25_34_yrs'
    );

Measure “Males 1250-1499 Age 25-34 years” percent of “Males 1250-1499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1250_1499_25_34_yrs',
      'denominator'
    );

Measure “Males 1250-1499 Age 25-34 years” percent of “Males 1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1250_1499_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1250-1499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.75. Males 1250-1499 Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 1250-1499 Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1250_1499_35_44_yrs'
    );

Measure “Males 1250-1499 Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1250_1499_35_44_yrs'
    );

Measure “Males 1250-1499 Age 35-44 years” percent of “Males 1250-1499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1250_1499_35_44_yrs',
      'denominator'
    );

Measure “Males 1250-1499 Age 35-44 years” percent of “Males 1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1250_1499_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1250-1499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.76. Males 1250-1499 Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 1250-1499 Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1250_1499_45_54_yrs'
    );

Measure “Males 1250-1499 Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1250_1499_45_54_yrs'
    );

Measure “Males 1250-1499 Age 45-54 years” percent of “Males 1250-1499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1250_1499_45_54_yrs',
      'denominator'
    );

Measure “Males 1250-1499 Age 45-54 years” percent of “Males 1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1250_1499_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1250-1499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.77. Males 1250-1499 Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 1250-1499 Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1250_1499_55_64_yrs'
    );

Measure “Males 1250-1499 Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1250_1499_55_64_yrs'
    );

Measure “Males 1250-1499 Age 55-64 years” percent of “Males 1250-1499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1250_1499_55_64_yrs',
      'denominator'
    );

Measure “Males 1250-1499 Age 55-64 years” percent of “Males 1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1250_1499_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1250-1499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.78. Males 1250-1499 Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 1250-1499 Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1250_1499_65_74_yrs'
    );

Measure “Males 1250-1499 Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1250_1499_65_74_yrs'
    );

Measure “Males 1250-1499 Age 65-74 years” percent of “Males 1250-1499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1250_1499_65_74_yrs',
      'denominator'
    );

Measure “Males 1250-1499 Age 65-74 years” percent of “Males 1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1250_1499_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1250-1499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.79. Males 1250-1499 Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 1250-1499 Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1250_1499_75_84_yrs'
    );

Measure “Males 1250-1499 Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1250_1499_75_84_yrs'
    );

Measure “Males 1250-1499 Age 75-84 years” percent of “Males 1250-1499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1250_1499_75_84_yrs',
      'denominator'
    );

Measure “Males 1250-1499 Age 75-84 years” percent of “Males 1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1250_1499_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1250-1499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.80. Males 1250-1499 Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Males 1250-1499 Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1250_1499_85ov'
    );

Measure “Males 1250-1499 Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1250_1499_85ov'
    );

Measure “Males 1250-1499 Age 85 years and over” percent of “Males 1250-1499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1250_1499_85ov',
      'denominator'
    );

Measure “Males 1250-1499 Age 85 years and over” percent of “Males 1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1250_1499_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1250-1499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.81. Males 1500-1999 TotalΒΆ

Total Personal Income (Weekly)

Measure “Males 1500-1999 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1500_1999_Tot'
    );

Measure “Males 1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1500_1999_Tot'
    );

Measure “Males 1500-1999 Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1500_1999_Tot',
      'denominator'
    );

Measure “Males 1500-1999 Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1500_1999_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.82. Males 1500-1999 Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 1500-1999 Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1500_1999_15_19_yrs'
    );

Measure “Males 1500-1999 Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1500_1999_15_19_yrs'
    );

Measure “Males 1500-1999 Age 15-19 years” percent of “Males 1500-1999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1500_1999_15_19_yrs',
      'denominator'
    );

Measure “Males 1500-1999 Age 15-19 years” percent of “Males 1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1500_1999_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1500-1999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.83. Males 1500-1999 Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 1500-1999 Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1500_1999_20_24_yrs'
    );

Measure “Males 1500-1999 Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1500_1999_20_24_yrs'
    );

Measure “Males 1500-1999 Age 20-24 years” percent of “Males 1500-1999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1500_1999_20_24_yrs',
      'denominator'
    );

Measure “Males 1500-1999 Age 20-24 years” percent of “Males 1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1500_1999_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1500-1999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.84. Males 1500-1999 Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 1500-1999 Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1500_1999_25_34_yrs'
    );

Measure “Males 1500-1999 Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1500_1999_25_34_yrs'
    );

Measure “Males 1500-1999 Age 25-34 years” percent of “Males 1500-1999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1500_1999_25_34_yrs',
      'denominator'
    );

Measure “Males 1500-1999 Age 25-34 years” percent of “Males 1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1500_1999_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1500-1999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.85. Males 1500-1999 Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 1500-1999 Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1500_1999_35_44_yrs'
    );

Measure “Males 1500-1999 Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1500_1999_35_44_yrs'
    );

Measure “Males 1500-1999 Age 35-44 years” percent of “Males 1500-1999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1500_1999_35_44_yrs',
      'denominator'
    );

Measure “Males 1500-1999 Age 35-44 years” percent of “Males 1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1500_1999_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1500-1999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.86. Males 1500-1999 Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 1500-1999 Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1500_1999_45_54_yrs'
    );

Measure “Males 1500-1999 Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1500_1999_45_54_yrs'
    );

Measure “Males 1500-1999 Age 45-54 years” percent of “Males 1500-1999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1500_1999_45_54_yrs',
      'denominator'
    );

Measure “Males 1500-1999 Age 45-54 years” percent of “Males 1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1500_1999_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1500-1999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.87. Males 1500-1999 Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 1500-1999 Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1500_1999_55_64_yrs'
    );

Measure “Males 1500-1999 Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1500_1999_55_64_yrs'
    );

Measure “Males 1500-1999 Age 55-64 years” percent of “Males 1500-1999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1500_1999_55_64_yrs',
      'denominator'
    );

Measure “Males 1500-1999 Age 55-64 years” percent of “Males 1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1500_1999_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1500-1999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.88. Males 1500-1999 Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 1500-1999 Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1500_1999_65_74_yrs'
    );

Measure “Males 1500-1999 Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1500_1999_65_74_yrs'
    );

Measure “Males 1500-1999 Age 65-74 years” percent of “Males 1500-1999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1500_1999_65_74_yrs',
      'denominator'
    );

Measure “Males 1500-1999 Age 65-74 years” percent of “Males 1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1500_1999_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1500-1999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.89. Males 1500-1999 Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 1500-1999 Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1500_1999_75_84_yrs'
    );

Measure “Males 1500-1999 Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1500_1999_75_84_yrs'
    );

Measure “Males 1500-1999 Age 75-84 years” percent of “Males 1500-1999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1500_1999_75_84_yrs',
      'denominator'
    );

Measure “Males 1500-1999 Age 75-84 years” percent of “Males 1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1500_1999_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1500-1999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.90. Males 1500-1999 Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Males 1500-1999 Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1500_1999_85ov'
    );

Measure “Males 1500-1999 Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1500_1999_85ov'
    );

Measure “Males 1500-1999 Age 85 years and over” percent of “Males 1500-1999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_1500_1999_85ov',
      'denominator'
    );

Measure “Males 1500-1999 Age 85 years and over” percent of “Males 1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_1500_1999_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 1500-1999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.91. Males 2000 or more TotalΒΆ

Total Personal Income (Weekly)

Measure “Males 2000 or more Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_2000_more_Tot'
    );

Measure “Males 2000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_2000_more_Tot'
    );

Measure “Males 2000 or more Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_2000_more_Tot',
      'denominator'
    );

Measure “Males 2000 or more Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_2000_more_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.92. Males 2000 or more Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 2000 or more Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_2000_more_15_19_yrs'
    );

Measure “Males 2000 or more Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_2000_more_15_19_yrs'
    );

Measure “Males 2000 or more Age 15-19 years” percent of “Males 2000 or more Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_2000_more_15_19_yrs',
      'denominator'
    );

Measure “Males 2000 or more Age 15-19 years” percent of “Males 2000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_2000_more_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 2000 or more Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.93. Males 2000 or more Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 2000 or more Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_2000_more_20_24_yrs'
    );

Measure “Males 2000 or more Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_2000_more_20_24_yrs'
    );

Measure “Males 2000 or more Age 20-24 years” percent of “Males 2000 or more Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_2000_more_20_24_yrs',
      'denominator'
    );

Measure “Males 2000 or more Age 20-24 years” percent of “Males 2000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_2000_more_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 2000 or more Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.94. Males 2000 or more Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 2000 or more Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_2000_more_25_34_yrs'
    );

Measure “Males 2000 or more Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_2000_more_25_34_yrs'
    );

Measure “Males 2000 or more Age 25-34 years” percent of “Males 2000 or more Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_2000_more_25_34_yrs',
      'denominator'
    );

Measure “Males 2000 or more Age 25-34 years” percent of “Males 2000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_2000_more_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 2000 or more Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.95. Males 2000 or more Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 2000 or more Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_2000_more_35_44_yrs'
    );

Measure “Males 2000 or more Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_2000_more_35_44_yrs'
    );

Measure “Males 2000 or more Age 35-44 years” percent of “Males 2000 or more Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_2000_more_35_44_yrs',
      'denominator'
    );

Measure “Males 2000 or more Age 35-44 years” percent of “Males 2000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_2000_more_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 2000 or more Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.96. Males 2000 or more Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 2000 or more Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_2000_more_45_54_yrs'
    );

Measure “Males 2000 or more Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_2000_more_45_54_yrs'
    );

Measure “Males 2000 or more Age 45-54 years” percent of “Males 2000 or more Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_2000_more_45_54_yrs',
      'denominator'
    );

Measure “Males 2000 or more Age 45-54 years” percent of “Males 2000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_2000_more_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 2000 or more Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.97. Males 2000 or more Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 2000 or more Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_2000_more_55_64_yrs'
    );

Measure “Males 2000 or more Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_2000_more_55_64_yrs'
    );

Measure “Males 2000 or more Age 55-64 years” percent of “Males 2000 or more Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_2000_more_55_64_yrs',
      'denominator'
    );

Measure “Males 2000 or more Age 55-64 years” percent of “Males 2000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_2000_more_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 2000 or more Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.98. Males 2000 or more Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 2000 or more Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_2000_more_65_74_yrs'
    );

Measure “Males 2000 or more Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_2000_more_65_74_yrs'
    );

Measure “Males 2000 or more Age 65-74 years” percent of “Males 2000 or more Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_2000_more_65_74_yrs',
      'denominator'
    );

Measure “Males 2000 or more Age 65-74 years” percent of “Males 2000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_2000_more_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 2000 or more Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.99. Males 2000 or more Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males 2000 or more Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_2000_more_75_84_yrs'
    );

Measure “Males 2000 or more Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_2000_more_75_84_yrs'
    );

Measure “Males 2000 or more Age 75-84 years” percent of “Males 2000 or more Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_2000_more_75_84_yrs',
      'denominator'
    );

Measure “Males 2000 or more Age 75-84 years” percent of “Males 2000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_2000_more_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 2000 or more Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.100. Males 2000 or more Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Males 2000 or more Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_2000_more_85ov'
    );

Measure “Males 2000 or more Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_2000_more_85ov'
    );

Measure “Males 2000 or more Age 85 years and over” percent of “Males 2000 or more Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_2000_more_85ov',
      'denominator'
    );

Measure “Males 2000 or more Age 85 years and over” percent of “Males 2000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_2000_more_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 2000 or more Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.101. Males Negative Nil income TotalΒΆ

Total Personal Income (Weekly)

Measure “Males Negative Nil income Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Neg_Nil_income_Tot'
    );

Measure “Males Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Neg_Nil_income_Tot'
    );

Measure “Males Negative Nil income Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Neg_Nil_income_Tot',
      'denominator'
    );

Measure “Males Negative Nil income Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Neg_Nil_income_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.102. Males Negative Nil income Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males Negative Nil income Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Neg_Nil_income_15_19_yrs'
    );

Measure “Males Negative Nil income Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Neg_Nil_income_15_19_yrs'
    );

Measure “Males Negative Nil income Age 15-19 years” percent of “Males Negative Nil income Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Neg_Nil_income_15_19_yrs',
      'denominator'
    );

Measure “Males Negative Nil income Age 15-19 years” percent of “Males Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Neg_Nil_income_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Negative Nil income Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.103. Males Negative Nil income Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males Negative Nil income Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Neg_Nil_income_20_24_yrs'
    );

Measure “Males Negative Nil income Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Neg_Nil_income_20_24_yrs'
    );

Measure “Males Negative Nil income Age 20-24 years” percent of “Males Negative Nil income Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Neg_Nil_income_20_24_yrs',
      'denominator'
    );

Measure “Males Negative Nil income Age 20-24 years” percent of “Males Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Neg_Nil_income_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Negative Nil income Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.104. Males Negative Nil income Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males Negative Nil income Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Neg_Nil_income_25_34_yrs'
    );

Measure “Males Negative Nil income Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Neg_Nil_income_25_34_yrs'
    );

Measure “Males Negative Nil income Age 25-34 years” percent of “Males Negative Nil income Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Neg_Nil_income_25_34_yrs',
      'denominator'
    );

Measure “Males Negative Nil income Age 25-34 years” percent of “Males Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Neg_Nil_income_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Negative Nil income Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.105. Males Negative Nil income Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males Negative Nil income Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Neg_Nil_income_35_44_yrs'
    );

Measure “Males Negative Nil income Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Neg_Nil_income_35_44_yrs'
    );

Measure “Males Negative Nil income Age 35-44 years” percent of “Males Negative Nil income Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Neg_Nil_income_35_44_yrs',
      'denominator'
    );

Measure “Males Negative Nil income Age 35-44 years” percent of “Males Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Neg_Nil_income_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Negative Nil income Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.106. Males Negative Nil income Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males Negative Nil income Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Neg_Nil_income_45_54_yrs'
    );

Measure “Males Negative Nil income Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Neg_Nil_income_45_54_yrs'
    );

Measure “Males Negative Nil income Age 45-54 years” percent of “Males Negative Nil income Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Neg_Nil_income_45_54_yrs',
      'denominator'
    );

Measure “Males Negative Nil income Age 45-54 years” percent of “Males Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Neg_Nil_income_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Negative Nil income Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.107. Males Negative Nil income Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males Negative Nil income Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Neg_Nil_income_55_64_yrs'
    );

Measure “Males Negative Nil income Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Neg_Nil_income_55_64_yrs'
    );

Measure “Males Negative Nil income Age 55-64 years” percent of “Males Negative Nil income Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Neg_Nil_income_55_64_yrs',
      'denominator'
    );

Measure “Males Negative Nil income Age 55-64 years” percent of “Males Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Neg_Nil_income_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Negative Nil income Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.108. Males Negative Nil income Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males Negative Nil income Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Neg_Nil_income_65_74_yrs'
    );

Measure “Males Negative Nil income Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Neg_Nil_income_65_74_yrs'
    );

Measure “Males Negative Nil income Age 65-74 years” percent of “Males Negative Nil income Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Neg_Nil_income_65_74_yrs',
      'denominator'
    );

Measure “Males Negative Nil income Age 65-74 years” percent of “Males Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Neg_Nil_income_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Negative Nil income Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.109. Males Negative Nil income Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males Negative Nil income Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Neg_Nil_income_75_84_yrs'
    );

Measure “Males Negative Nil income Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Neg_Nil_income_75_84_yrs'
    );

Measure “Males Negative Nil income Age 75-84 years” percent of “Males Negative Nil income Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Neg_Nil_income_75_84_yrs',
      'denominator'
    );

Measure “Males Negative Nil income Age 75-84 years” percent of “Males Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Neg_Nil_income_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Negative Nil income Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.110. Males Negative Nil income Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Males Negative Nil income Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Negtve_Nil_incme_85_yrs_ovr'
    );

Measure “Males Negative Nil income Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Negtve_Nil_incme_85_yrs_ovr'
    );

Measure “Males Negative Nil income Age 85 years and over” percent of “Males Negative Nil income Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Negtve_Nil_incme_85_yrs_ovr',
      'denominator'
    );

Measure “Males Negative Nil income Age 85 years and over” percent of “Males Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Negtve_Nil_incme_85_yrs_ovr',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Negative Nil income Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.111. Males Personal income not stated TotalΒΆ

Total Personal Income (Weekly)

Measure “Males Personal income not stated Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_PI_NS_ns_Tot'
    );

Measure “Males Personal income not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_PI_NS_ns_Tot'
    );

Measure “Males Personal income not stated Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_PI_NS_ns_Tot',
      'denominator'
    );

Measure “Males Personal income not stated Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_PI_NS_ns_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.112. Males Personal income not stated Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males Personal income not stated Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_PI_NS_15_19_yrs'
    );

Measure “Males Personal income not stated Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_PI_NS_15_19_yrs'
    );

Measure “Males Personal income not stated Age 15-19 years” percent of “Males Personal income not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_PI_NS_15_19_yrs',
      'denominator'
    );

Measure “Males Personal income not stated Age 15-19 years” percent of “Males Personal income not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_PI_NS_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Personal income not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.113. Males Personal income not stated Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males Personal income not stated Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_PI_NS_ns_20_24_yrs'
    );

Measure “Males Personal income not stated Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_PI_NS_ns_20_24_yrs'
    );

Measure “Males Personal income not stated Age 20-24 years” percent of “Males Personal income not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_PI_NS_ns_20_24_yrs',
      'denominator'
    );

Measure “Males Personal income not stated Age 20-24 years” percent of “Males Personal income not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_PI_NS_ns_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Personal income not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.114. Males Personal income not stated Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males Personal income not stated Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_PI_NS_ns_25_34_yrs'
    );

Measure “Males Personal income not stated Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_PI_NS_ns_25_34_yrs'
    );

Measure “Males Personal income not stated Age 25-34 years” percent of “Males Personal income not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_PI_NS_ns_25_34_yrs',
      'denominator'
    );

Measure “Males Personal income not stated Age 25-34 years” percent of “Males Personal income not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_PI_NS_ns_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Personal income not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.115. Males Personal income not stated Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males Personal income not stated Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_PI_NS_ns_35_44_yrs'
    );

Measure “Males Personal income not stated Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_PI_NS_ns_35_44_yrs'
    );

Measure “Males Personal income not stated Age 35-44 years” percent of “Males Personal income not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_PI_NS_ns_35_44_yrs',
      'denominator'
    );

Measure “Males Personal income not stated Age 35-44 years” percent of “Males Personal income not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_PI_NS_ns_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Personal income not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.116. Males Personal income not stated Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males Personal income not stated Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_PI_NS_ns_45_54_yrs'
    );

Measure “Males Personal income not stated Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_PI_NS_ns_45_54_yrs'
    );

Measure “Males Personal income not stated Age 45-54 years” percent of “Males Personal income not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_PI_NS_ns_45_54_yrs',
      'denominator'
    );

Measure “Males Personal income not stated Age 45-54 years” percent of “Males Personal income not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_PI_NS_ns_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Personal income not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.117. Males Personal income not stated Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males Personal income not stated Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_PI_NS_ns_55_64_yrs'
    );

Measure “Males Personal income not stated Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_PI_NS_ns_55_64_yrs'
    );

Measure “Males Personal income not stated Age 55-64 years” percent of “Males Personal income not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_PI_NS_ns_55_64_yrs',
      'denominator'
    );

Measure “Males Personal income not stated Age 55-64 years” percent of “Males Personal income not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_PI_NS_ns_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Personal income not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.118. Males Personal income not stated Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males Personal income not stated Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_PI_NS_ns_65_74_yrs'
    );

Measure “Males Personal income not stated Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_PI_NS_ns_65_74_yrs'
    );

Measure “Males Personal income not stated Age 65-74 years” percent of “Males Personal income not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_PI_NS_ns_65_74_yrs',
      'denominator'
    );

Measure “Males Personal income not stated Age 65-74 years” percent of “Males Personal income not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_PI_NS_ns_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Personal income not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.119. Males Personal income not stated Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males Personal income not stated Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_PI_NS_ns_75_84_yrs'
    );

Measure “Males Personal income not stated Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_PI_NS_ns_75_84_yrs'
    );

Measure “Males Personal income not stated Age 75-84 years” percent of “Males Personal income not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_PI_NS_ns_75_84_yrs',
      'denominator'
    );

Measure “Males Personal income not stated Age 75-84 years” percent of “Males Personal income not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_PI_NS_ns_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Personal income not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.120. Males Personal income not stated Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Males Personal income not stated Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_PI_NS_ns_85_yrs_ovr'
    );

Measure “Males Personal income not stated Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_PI_NS_ns_85_yrs_ovr'
    );

Measure “Males Personal income not stated Age 85 years and over” percent of “Males Personal income not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_PI_NS_ns_85_yrs_ovr',
      'denominator'
    );

Measure “Males Personal income not stated Age 85 years and over” percent of “Males Personal income not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_PI_NS_ns_85_yrs_ovr',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Personal income not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.121. Males Total Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males Total Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Tot_15_19_yrs'
    );

Measure “Males Total Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Tot_15_19_yrs'
    );

Measure “Males Total Age 15-19 years” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Tot_15_19_yrs',
      'denominator'
    );

Measure “Males Total Age 15-19 years” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Tot_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.122. Males Total Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males Total Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Tot_20_24_yrs'
    );

Measure “Males Total Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Tot_20_24_yrs'
    );

Measure “Males Total Age 20-24 years” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Tot_20_24_yrs',
      'denominator'
    );

Measure “Males Total Age 20-24 years” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Tot_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.123. Males Total Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males Total Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Tot_25_34_yrs'
    );

Measure “Males Total Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Tot_25_34_yrs'
    );

Measure “Males Total Age 25-34 years” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Tot_25_34_yrs',
      'denominator'
    );

Measure “Males Total Age 25-34 years” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Tot_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.124. Males Total Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males Total Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Tot_35_44_yrs'
    );

Measure “Males Total Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Tot_35_44_yrs'
    );

Measure “Males Total Age 35-44 years” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Tot_35_44_yrs',
      'denominator'
    );

Measure “Males Total Age 35-44 years” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Tot_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.125. Males Total Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males Total Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Tot_45_54_yrs'
    );

Measure “Males Total Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Tot_45_54_yrs'
    );

Measure “Males Total Age 45-54 years” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Tot_45_54_yrs',
      'denominator'
    );

Measure “Males Total Age 45-54 years” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Tot_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.126. Males Total Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males Total Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Tot_55_64_yrs'
    );

Measure “Males Total Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Tot_55_64_yrs'
    );

Measure “Males Total Age 55-64 years” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Tot_55_64_yrs',
      'denominator'
    );

Measure “Males Total Age 55-64 years” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Tot_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.127. Males Total Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males Total Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Tot_65_74_yrs'
    );

Measure “Males Total Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Tot_65_74_yrs'
    );

Measure “Males Total Age 65-74 years” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Tot_65_74_yrs',
      'denominator'
    );

Measure “Males Total Age 65-74 years” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Tot_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.128. Males Total Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Males Total Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Tot_75_84_yrs'
    );

Measure “Males Total Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Tot_75_84_yrs'
    );

Measure “Males Total Age 75-84 years” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Tot_75_84_yrs',
      'denominator'
    );

Measure “Males Total Age 75-84 years” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Tot_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.2.129. Males Total Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Males Total Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Tot_85ov'
    );

Measure “Males Total Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Tot_85ov'
    );

Measure “Males Total Age 85 years and over” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17A_M_Tot_85ov',
      'denominator'
    );

Measure “Males Total Age 85 years and over” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17A_M_Tot_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Section of State Ranges

2011

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.3. Persons 1-199 TotalΒΆ

Total Personal Income (Weekly)

Measure “Persons 1-199 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1_199_Tot'
    );

Measure “Persons 1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1_199_Tot'
    );

Measure “Persons 1-199 Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1_199_Tot',
      'denominator'
    );

Measure “Persons 1-199 Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1_199_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.3.1. Persons 1-199 Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 1-199 Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1_199_15_19_yrs'
    );

Measure “Persons 1-199 Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1_199_15_19_yrs'
    );

Measure “Persons 1-199 Age 15-19 years” percent of “Persons 1-199 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1_199_15_19_yrs',
      'denominator'
    );

Measure “Persons 1-199 Age 15-19 years” percent of “Persons 1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1_199_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1-199 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.3.2. Persons 1-199 Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 1-199 Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1_199_20_24_yrs'
    );

Measure “Persons 1-199 Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1_199_20_24_yrs'
    );

Measure “Persons 1-199 Age 20-24 years” percent of “Persons 1-199 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1_199_20_24_yrs',
      'denominator'
    );

Measure “Persons 1-199 Age 20-24 years” percent of “Persons 1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1_199_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1-199 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.3.3. Persons 1-199 Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 1-199 Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1_199_25_34_yrs'
    );

Measure “Persons 1-199 Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1_199_25_34_yrs'
    );

Measure “Persons 1-199 Age 25-34 years” percent of “Persons 1-199 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1_199_25_34_yrs',
      'denominator'
    );

Measure “Persons 1-199 Age 25-34 years” percent of “Persons 1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1_199_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1-199 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.3.4. Persons 1-199 Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 1-199 Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1_199_35_44_yrs'
    );

Measure “Persons 1-199 Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1_199_35_44_yrs'
    );

Measure “Persons 1-199 Age 35-44 years” percent of “Persons 1-199 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1_199_35_44_yrs',
      'denominator'
    );

Measure “Persons 1-199 Age 35-44 years” percent of “Persons 1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1_199_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1-199 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.3.5. Persons 1-199 Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 1-199 Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1_199_45_54_yrs'
    );

Measure “Persons 1-199 Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1_199_45_54_yrs'
    );

Measure “Persons 1-199 Age 45-54 years” percent of “Persons 1-199 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1_199_45_54_yrs',
      'denominator'
    );

Measure “Persons 1-199 Age 45-54 years” percent of “Persons 1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1_199_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1-199 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.3.6. Persons 1-199 Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 1-199 Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1_199_55_64_yrs'
    );

Measure “Persons 1-199 Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1_199_55_64_yrs'
    );

Measure “Persons 1-199 Age 55-64 years” percent of “Persons 1-199 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1_199_55_64_yrs',
      'denominator'
    );

Measure “Persons 1-199 Age 55-64 years” percent of “Persons 1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1_199_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1-199 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.3.7. Persons 1-199 Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 1-199 Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1_199_65_74_yrs'
    );

Measure “Persons 1-199 Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1_199_65_74_yrs'
    );

Measure “Persons 1-199 Age 65-74 years” percent of “Persons 1-199 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1_199_65_74_yrs',
      'denominator'
    );

Measure “Persons 1-199 Age 65-74 years” percent of “Persons 1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1_199_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1-199 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.3.8. Persons 1-199 Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 1-199 Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1_199_75_84_yrs'
    );

Measure “Persons 1-199 Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1_199_75_84_yrs'
    );

Measure “Persons 1-199 Age 75-84 years” percent of “Persons 1-199 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1_199_75_84_yrs',
      'denominator'
    );

Measure “Persons 1-199 Age 75-84 years” percent of “Persons 1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1_199_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1-199 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.3.9. Persons 1-199 Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Persons 1-199 Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1_199_85ov'
    );

Measure “Persons 1-199 Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1_199_85ov'
    );

Measure “Persons 1-199 Age 85 years and over” percent of “Persons 1-199 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1_199_85ov',
      'denominator'
    );

Measure “Persons 1-199 Age 85 years and over” percent of “Persons 1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1_199_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1-199 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.4. Persons 200-299 TotalΒΆ

Total Personal Income (Weekly)

Measure “Persons 200-299 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_200_299_Tot'
    );

Measure “Persons 200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_200_299_Tot'
    );

Measure “Persons 200-299 Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_200_299_Tot',
      'denominator'
    );

Measure “Persons 200-299 Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_200_299_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.4.1. Persons 200-299 Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 200-299 Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_200_299_15_19_yrs'
    );

Measure “Persons 200-299 Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_200_299_15_19_yrs'
    );

Measure “Persons 200-299 Age 15-19 years” percent of “Persons 200-299 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_200_299_15_19_yrs',
      'denominator'
    );

Measure “Persons 200-299 Age 15-19 years” percent of “Persons 200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_200_299_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 200-299 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.4.2. Persons 200-299 Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 200-299 Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_200_299_20_24_yrs'
    );

Measure “Persons 200-299 Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_200_299_20_24_yrs'
    );

Measure “Persons 200-299 Age 20-24 years” percent of “Persons 200-299 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_200_299_20_24_yrs',
      'denominator'
    );

Measure “Persons 200-299 Age 20-24 years” percent of “Persons 200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_200_299_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 200-299 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.4.3. Persons 200-299 Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 200-299 Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_200_299_25_34_yrs'
    );

Measure “Persons 200-299 Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_200_299_25_34_yrs'
    );

Measure “Persons 200-299 Age 25-34 years” percent of “Persons 200-299 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_200_299_25_34_yrs',
      'denominator'
    );

Measure “Persons 200-299 Age 25-34 years” percent of “Persons 200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_200_299_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 200-299 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.4.4. Persons 200-299 Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 200-299 Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_200_299_35_44_yrs'
    );

Measure “Persons 200-299 Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_200_299_35_44_yrs'
    );

Measure “Persons 200-299 Age 35-44 years” percent of “Persons 200-299 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_200_299_35_44_yrs',
      'denominator'
    );

Measure “Persons 200-299 Age 35-44 years” percent of “Persons 200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_200_299_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 200-299 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.4.5. Persons 200-299 Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 200-299 Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_200_299_45_54_yrs'
    );

Measure “Persons 200-299 Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_200_299_45_54_yrs'
    );

Measure “Persons 200-299 Age 45-54 years” percent of “Persons 200-299 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_200_299_45_54_yrs',
      'denominator'
    );

Measure “Persons 200-299 Age 45-54 years” percent of “Persons 200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_200_299_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 200-299 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.4.6. Persons 200-299 Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 200-299 Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_200_299_55_64_yrs'
    );

Measure “Persons 200-299 Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_200_299_55_64_yrs'
    );

Measure “Persons 200-299 Age 55-64 years” percent of “Persons 200-299 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_200_299_55_64_yrs',
      'denominator'
    );

Measure “Persons 200-299 Age 55-64 years” percent of “Persons 200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_200_299_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 200-299 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.4.7. Persons 200-299 Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 200-299 Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_200_299_65_74_yrs'
    );

Measure “Persons 200-299 Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_200_299_65_74_yrs'
    );

Measure “Persons 200-299 Age 65-74 years” percent of “Persons 200-299 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_200_299_65_74_yrs',
      'denominator'
    );

Measure “Persons 200-299 Age 65-74 years” percent of “Persons 200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_200_299_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 200-299 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.4.8. Persons 200-299 Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 200-299 Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_200_299_75_84_yrs'
    );

Measure “Persons 200-299 Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_200_299_75_84_yrs'
    );

Measure “Persons 200-299 Age 75-84 years” percent of “Persons 200-299 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_200_299_75_84_yrs',
      'denominator'
    );

Measure “Persons 200-299 Age 75-84 years” percent of “Persons 200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_200_299_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 200-299 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.4.9. Persons 200-299 Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Persons 200-299 Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_200_299_85ov'
    );

Measure “Persons 200-299 Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_200_299_85ov'
    );

Measure “Persons 200-299 Age 85 years and over” percent of “Persons 200-299 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_200_299_85ov',
      'denominator'
    );

Measure “Persons 200-299 Age 85 years and over” percent of “Persons 200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_200_299_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 200-299 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.5. Persons 300-399 TotalΒΆ

Total Personal Income (Weekly)

Measure “Persons 300-399 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_300_399_Tot'
    );

Measure “Persons 300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_300_399_Tot'
    );

Measure “Persons 300-399 Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_300_399_Tot',
      'denominator'
    );

Measure “Persons 300-399 Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_300_399_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.5.1. Persons 300-399 Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 300-399 Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_300_399_15_19_yrs'
    );

Measure “Persons 300-399 Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_300_399_15_19_yrs'
    );

Measure “Persons 300-399 Age 15-19 years” percent of “Persons 300-399 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_300_399_15_19_yrs',
      'denominator'
    );

Measure “Persons 300-399 Age 15-19 years” percent of “Persons 300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_300_399_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 300-399 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.5.2. Persons 300-399 Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 300-399 Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_300_399_20_24_yrs'
    );

Measure “Persons 300-399 Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_300_399_20_24_yrs'
    );

Measure “Persons 300-399 Age 20-24 years” percent of “Persons 300-399 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_300_399_20_24_yrs',
      'denominator'
    );

Measure “Persons 300-399 Age 20-24 years” percent of “Persons 300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_300_399_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 300-399 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.5.3. Persons 300-399 Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 300-399 Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_300_399_25_34_yrs'
    );

Measure “Persons 300-399 Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_300_399_25_34_yrs'
    );

Measure “Persons 300-399 Age 25-34 years” percent of “Persons 300-399 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_300_399_25_34_yrs',
      'denominator'
    );

Measure “Persons 300-399 Age 25-34 years” percent of “Persons 300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_300_399_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 300-399 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.5.4. Persons 300-399 Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 300-399 Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_300_399_35_44_yrs'
    );

Measure “Persons 300-399 Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_300_399_35_44_yrs'
    );

Measure “Persons 300-399 Age 35-44 years” percent of “Persons 300-399 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_300_399_35_44_yrs',
      'denominator'
    );

Measure “Persons 300-399 Age 35-44 years” percent of “Persons 300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_300_399_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 300-399 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.5.5. Persons 300-399 Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 300-399 Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_300_399_45_54_yrs'
    );

Measure “Persons 300-399 Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_300_399_45_54_yrs'
    );

Measure “Persons 300-399 Age 45-54 years” percent of “Persons 300-399 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_300_399_45_54_yrs',
      'denominator'
    );

Measure “Persons 300-399 Age 45-54 years” percent of “Persons 300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_300_399_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 300-399 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.5.6. Persons 300-399 Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 300-399 Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_300_399_55_64_yrs'
    );

Measure “Persons 300-399 Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_300_399_55_64_yrs'
    );

Measure “Persons 300-399 Age 55-64 years” percent of “Persons 300-399 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_300_399_55_64_yrs',
      'denominator'
    );

Measure “Persons 300-399 Age 55-64 years” percent of “Persons 300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_300_399_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 300-399 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.5.7. Persons 300-399 Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 300-399 Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_300_399_65_74_yrs'
    );

Measure “Persons 300-399 Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_300_399_65_74_yrs'
    );

Measure “Persons 300-399 Age 65-74 years” percent of “Persons 300-399 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_300_399_65_74_yrs',
      'denominator'
    );

Measure “Persons 300-399 Age 65-74 years” percent of “Persons 300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_300_399_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 300-399 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.5.8. Persons 300-399 Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 300-399 Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_300_399_75_84_yrs'
    );

Measure “Persons 300-399 Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_300_399_75_84_yrs'
    );

Measure “Persons 300-399 Age 75-84 years” percent of “Persons 300-399 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_300_399_75_84_yrs',
      'denominator'
    );

Measure “Persons 300-399 Age 75-84 years” percent of “Persons 300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_300_399_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 300-399 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.5.9. Persons 300-399 Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Persons 300-399 Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_300_399_85ov'
    );

Measure “Persons 300-399 Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_300_399_85ov'
    );

Measure “Persons 300-399 Age 85 years and over” percent of “Persons 300-399 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_300_399_85ov',
      'denominator'
    );

Measure “Persons 300-399 Age 85 years and over” percent of “Persons 300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_300_399_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 300-399 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.6. Persons 400-599 TotalΒΆ

Total Personal Income (Weekly)

Measure “Persons 400-599 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_400_599_Tot'
    );

Measure “Persons 400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_400_599_Tot'
    );

Measure “Persons 400-599 Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_400_599_Tot',
      'denominator'
    );

Measure “Persons 400-599 Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_400_599_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.6.1. Persons 400-599 Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 400-599 Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_400_599_15_19_yrs'
    );

Measure “Persons 400-599 Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_400_599_15_19_yrs'
    );

Measure “Persons 400-599 Age 15-19 years” percent of “Persons 400-599 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_400_599_15_19_yrs',
      'denominator'
    );

Measure “Persons 400-599 Age 15-19 years” percent of “Persons 400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_400_599_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 400-599 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.6.2. Persons 400-599 Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 400-599 Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_400_599_20_24_yrs'
    );

Measure “Persons 400-599 Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_400_599_20_24_yrs'
    );

Measure “Persons 400-599 Age 20-24 years” percent of “Persons 400-599 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_400_599_20_24_yrs',
      'denominator'
    );

Measure “Persons 400-599 Age 20-24 years” percent of “Persons 400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_400_599_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 400-599 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.6.3. Persons 400-599 Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 400-599 Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_400_599_25_34_yrs'
    );

Measure “Persons 400-599 Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_400_599_25_34_yrs'
    );

Measure “Persons 400-599 Age 25-34 years” percent of “Persons 400-599 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_400_599_25_34_yrs',
      'denominator'
    );

Measure “Persons 400-599 Age 25-34 years” percent of “Persons 400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_400_599_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 400-599 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.6.4. Persons 400-599 Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 400-599 Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_400_599_35_44_yrs'
    );

Measure “Persons 400-599 Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_400_599_35_44_yrs'
    );

Measure “Persons 400-599 Age 35-44 years” percent of “Persons 400-599 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_400_599_35_44_yrs',
      'denominator'
    );

Measure “Persons 400-599 Age 35-44 years” percent of “Persons 400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_400_599_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 400-599 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.6.5. Persons 400-599 Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 400-599 Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_400_599_45_54_yrs'
    );

Measure “Persons 400-599 Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_400_599_45_54_yrs'
    );

Measure “Persons 400-599 Age 45-54 years” percent of “Persons 400-599 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_400_599_45_54_yrs',
      'denominator'
    );

Measure “Persons 400-599 Age 45-54 years” percent of “Persons 400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_400_599_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 400-599 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.6.6. Persons 400-599 Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 400-599 Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_400_599_55_64_yrs'
    );

Measure “Persons 400-599 Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_400_599_55_64_yrs'
    );

Measure “Persons 400-599 Age 55-64 years” percent of “Persons 400-599 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_400_599_55_64_yrs',
      'denominator'
    );

Measure “Persons 400-599 Age 55-64 years” percent of “Persons 400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_400_599_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 400-599 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.6.7. Persons 400-599 Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 400-599 Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_400_599_65_74_yrs'
    );

Measure “Persons 400-599 Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_400_599_65_74_yrs'
    );

Measure “Persons 400-599 Age 65-74 years” percent of “Persons 400-599 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_400_599_65_74_yrs',
      'denominator'
    );

Measure “Persons 400-599 Age 65-74 years” percent of “Persons 400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_400_599_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 400-599 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.6.8. Persons 400-599 Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 400-599 Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_400_599_75_84_yrs'
    );

Measure “Persons 400-599 Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_400_599_75_84_yrs'
    );

Measure “Persons 400-599 Age 75-84 years” percent of “Persons 400-599 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_400_599_75_84_yrs',
      'denominator'
    );

Measure “Persons 400-599 Age 75-84 years” percent of “Persons 400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_400_599_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 400-599 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.6.9. Persons 400-599 Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Persons 400-599 Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_400_599_85ov'
    );

Measure “Persons 400-599 Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_400_599_85ov'
    );

Measure “Persons 400-599 Age 85 years and over” percent of “Persons 400-599 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_400_599_85ov',
      'denominator'
    );

Measure “Persons 400-599 Age 85 years and over” percent of “Persons 400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_400_599_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 400-599 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.7. Persons 600-799 TotalΒΆ

Total Personal Income (Weekly)

Measure “Persons 600-799 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_600_799_Tot'
    );

Measure “Persons 600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_600_799_Tot'
    );

Measure “Persons 600-799 Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_600_799_Tot',
      'denominator'
    );

Measure “Persons 600-799 Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_600_799_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.7.1. Persons 600-799 Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 600-799 Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_600_799_15_19_yrs'
    );

Measure “Persons 600-799 Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_600_799_15_19_yrs'
    );

Measure “Persons 600-799 Age 15-19 years” percent of “Persons 600-799 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_600_799_15_19_yrs',
      'denominator'
    );

Measure “Persons 600-799 Age 15-19 years” percent of “Persons 600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_600_799_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 600-799 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.7.2. Persons 600-799 Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 600-799 Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_600_799_20_24_yrs'
    );

Measure “Persons 600-799 Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_600_799_20_24_yrs'
    );

Measure “Persons 600-799 Age 20-24 years” percent of “Persons 600-799 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_600_799_20_24_yrs',
      'denominator'
    );

Measure “Persons 600-799 Age 20-24 years” percent of “Persons 600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_600_799_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 600-799 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.7.3. Persons 600-799 Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 600-799 Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_600_799_25_34_yrs'
    );

Measure “Persons 600-799 Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_600_799_25_34_yrs'
    );

Measure “Persons 600-799 Age 25-34 years” percent of “Persons 600-799 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_600_799_25_34_yrs',
      'denominator'
    );

Measure “Persons 600-799 Age 25-34 years” percent of “Persons 600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_600_799_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 600-799 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.7.4. Persons 600-799 Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 600-799 Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_600_799_35_44_yrs'
    );

Measure “Persons 600-799 Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_600_799_35_44_yrs'
    );

Measure “Persons 600-799 Age 35-44 years” percent of “Persons 600-799 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_600_799_35_44_yrs',
      'denominator'
    );

Measure “Persons 600-799 Age 35-44 years” percent of “Persons 600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_600_799_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 600-799 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.7.5. Persons 600-799 Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 600-799 Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_600_799_45_54_yrs'
    );

Measure “Persons 600-799 Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_600_799_45_54_yrs'
    );

Measure “Persons 600-799 Age 45-54 years” percent of “Persons 600-799 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_600_799_45_54_yrs',
      'denominator'
    );

Measure “Persons 600-799 Age 45-54 years” percent of “Persons 600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_600_799_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 600-799 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.7.6. Persons 600-799 Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 600-799 Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_600_799_55_64_yrs'
    );

Measure “Persons 600-799 Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_600_799_55_64_yrs'
    );

Measure “Persons 600-799 Age 55-64 years” percent of “Persons 600-799 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_600_799_55_64_yrs',
      'denominator'
    );

Measure “Persons 600-799 Age 55-64 years” percent of “Persons 600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_600_799_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 600-799 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.7.7. Persons 600-799 Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 600-799 Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_600_799_65_74_yrs'
    );

Measure “Persons 600-799 Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_600_799_65_74_yrs'
    );

Measure “Persons 600-799 Age 65-74 years” percent of “Persons 600-799 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_600_799_65_74_yrs',
      'denominator'
    );

Measure “Persons 600-799 Age 65-74 years” percent of “Persons 600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_600_799_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 600-799 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.7.8. Persons 600-799 Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 600-799 Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_600_799_75_84_yrs'
    );

Measure “Persons 600-799 Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_600_799_75_84_yrs'
    );

Measure “Persons 600-799 Age 75-84 years” percent of “Persons 600-799 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_600_799_75_84_yrs',
      'denominator'
    );

Measure “Persons 600-799 Age 75-84 years” percent of “Persons 600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_600_799_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 600-799 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.7.9. Persons 600-799 Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Persons 600-799 Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_600_799_85ov'
    );

Measure “Persons 600-799 Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_600_799_85ov'
    );

Measure “Persons 600-799 Age 85 years and over” percent of “Persons 600-799 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_600_799_85ov',
      'denominator'
    );

Measure “Persons 600-799 Age 85 years and over” percent of “Persons 600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_600_799_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 600-799 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.8. Persons 800-999 TotalΒΆ

Total Personal Income (Weekly)

Measure “Persons 800-999 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_800_999_Tot'
    );

Measure “Persons 800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_800_999_Tot'
    );

Measure “Persons 800-999 Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_800_999_Tot',
      'denominator'
    );

Measure “Persons 800-999 Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_800_999_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.8.1. Persons 800-999 Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 800-999 Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_800_999_15_19_yrs'
    );

Measure “Persons 800-999 Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_800_999_15_19_yrs'
    );

Measure “Persons 800-999 Age 15-19 years” percent of “Persons 800-999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_800_999_15_19_yrs',
      'denominator'
    );

Measure “Persons 800-999 Age 15-19 years” percent of “Persons 800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_800_999_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 800-999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.8.2. Persons 800-999 Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 800-999 Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_800_999_20_24_yrs'
    );

Measure “Persons 800-999 Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_800_999_20_24_yrs'
    );

Measure “Persons 800-999 Age 20-24 years” percent of “Persons 800-999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_800_999_20_24_yrs',
      'denominator'
    );

Measure “Persons 800-999 Age 20-24 years” percent of “Persons 800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_800_999_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 800-999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.8.3. Persons 800-999 Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 800-999 Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_800_999_25_34_yrs'
    );

Measure “Persons 800-999 Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_800_999_25_34_yrs'
    );

Measure “Persons 800-999 Age 25-34 years” percent of “Persons 800-999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_800_999_25_34_yrs',
      'denominator'
    );

Measure “Persons 800-999 Age 25-34 years” percent of “Persons 800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_800_999_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 800-999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.8.4. Persons 800-999 Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 800-999 Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_800_999_35_44_yrs'
    );

Measure “Persons 800-999 Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_800_999_35_44_yrs'
    );

Measure “Persons 800-999 Age 35-44 years” percent of “Persons 800-999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_800_999_35_44_yrs',
      'denominator'
    );

Measure “Persons 800-999 Age 35-44 years” percent of “Persons 800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_800_999_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 800-999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.8.5. Persons 800-999 Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 800-999 Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_800_999_45_54_yrs'
    );

Measure “Persons 800-999 Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_800_999_45_54_yrs'
    );

Measure “Persons 800-999 Age 45-54 years” percent of “Persons 800-999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_800_999_45_54_yrs',
      'denominator'
    );

Measure “Persons 800-999 Age 45-54 years” percent of “Persons 800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_800_999_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 800-999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.8.6. Persons 800-999 Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 800-999 Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_800_999_55_64_yrs'
    );

Measure “Persons 800-999 Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_800_999_55_64_yrs'
    );

Measure “Persons 800-999 Age 55-64 years” percent of “Persons 800-999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_800_999_55_64_yrs',
      'denominator'
    );

Measure “Persons 800-999 Age 55-64 years” percent of “Persons 800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_800_999_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 800-999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.8.7. Persons 800-999 Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 800-999 Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_800_999_65_74_yrs'
    );

Measure “Persons 800-999 Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_800_999_65_74_yrs'
    );

Measure “Persons 800-999 Age 65-74 years” percent of “Persons 800-999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_800_999_65_74_yrs',
      'denominator'
    );

Measure “Persons 800-999 Age 65-74 years” percent of “Persons 800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_800_999_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 800-999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.8.8. Persons 800-999 Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 800-999 Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_800_999_75_84_yrs'
    );

Measure “Persons 800-999 Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_800_999_75_84_yrs'
    );

Measure “Persons 800-999 Age 75-84 years” percent of “Persons 800-999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_800_999_75_84_yrs',
      'denominator'
    );

Measure “Persons 800-999 Age 75-84 years” percent of “Persons 800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_800_999_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 800-999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.8.9. Persons 800-999 Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Persons 800-999 Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_800_999_85ov'
    );

Measure “Persons 800-999 Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_800_999_85ov'
    );

Measure “Persons 800-999 Age 85 years and over” percent of “Persons 800-999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_800_999_85ov',
      'denominator'
    );

Measure “Persons 800-999 Age 85 years and over” percent of “Persons 800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_800_999_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 800-999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.9. Persons 1000-1249 TotalΒΆ

Total Personal Income (Weekly)

Measure “Persons 1000-1249 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1000_1249_Tot'
    );

Measure “Persons 1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1000_1249_Tot'
    );

Measure “Persons 1000-1249 Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1000_1249_Tot',
      'denominator'
    );

Measure “Persons 1000-1249 Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1000_1249_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.9.1. Persons 1000-1249 Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 1000-1249 Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1000_1249_15_19_yrs'
    );

Measure “Persons 1000-1249 Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1000_1249_15_19_yrs'
    );

Measure “Persons 1000-1249 Age 15-19 years” percent of “Persons 1000-1249 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1000_1249_15_19_yrs',
      'denominator'
    );

Measure “Persons 1000-1249 Age 15-19 years” percent of “Persons 1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1000_1249_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1000-1249 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.9.2. Persons 1000-1249 Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 1000-1249 Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1000_1249_20_24_yrs'
    );

Measure “Persons 1000-1249 Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1000_1249_20_24_yrs'
    );

Measure “Persons 1000-1249 Age 20-24 years” percent of “Persons 1000-1249 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1000_1249_20_24_yrs',
      'denominator'
    );

Measure “Persons 1000-1249 Age 20-24 years” percent of “Persons 1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1000_1249_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1000-1249 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.9.3. Persons 1000-1249 Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 1000-1249 Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1000_1249_25_34_yrs'
    );

Measure “Persons 1000-1249 Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1000_1249_25_34_yrs'
    );

Measure “Persons 1000-1249 Age 25-34 years” percent of “Persons 1000-1249 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1000_1249_25_34_yrs',
      'denominator'
    );

Measure “Persons 1000-1249 Age 25-34 years” percent of “Persons 1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1000_1249_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1000-1249 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.9.4. Persons 1000-1249 Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 1000-1249 Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1000_1249_35_44_yrs'
    );

Measure “Persons 1000-1249 Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1000_1249_35_44_yrs'
    );

Measure “Persons 1000-1249 Age 35-44 years” percent of “Persons 1000-1249 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1000_1249_35_44_yrs',
      'denominator'
    );

Measure “Persons 1000-1249 Age 35-44 years” percent of “Persons 1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1000_1249_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1000-1249 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.9.5. Persons 1000-1249 Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 1000-1249 Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1000_1249_45_54_yrs'
    );

Measure “Persons 1000-1249 Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1000_1249_45_54_yrs'
    );

Measure “Persons 1000-1249 Age 45-54 years” percent of “Persons 1000-1249 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1000_1249_45_54_yrs',
      'denominator'
    );

Measure “Persons 1000-1249 Age 45-54 years” percent of “Persons 1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1000_1249_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1000-1249 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.9.6. Persons 1000-1249 Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 1000-1249 Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1000_1249_55_64_yrs'
    );

Measure “Persons 1000-1249 Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1000_1249_55_64_yrs'
    );

Measure “Persons 1000-1249 Age 55-64 years” percent of “Persons 1000-1249 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1000_1249_55_64_yrs',
      'denominator'
    );

Measure “Persons 1000-1249 Age 55-64 years” percent of “Persons 1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1000_1249_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1000-1249 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.9.7. Persons 1000-1249 Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 1000-1249 Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1000_1249_65_74_yrs'
    );

Measure “Persons 1000-1249 Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1000_1249_65_74_yrs'
    );

Measure “Persons 1000-1249 Age 65-74 years” percent of “Persons 1000-1249 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1000_1249_65_74_yrs',
      'denominator'
    );

Measure “Persons 1000-1249 Age 65-74 years” percent of “Persons 1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1000_1249_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1000-1249 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.9.8. Persons 1000-1249 Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 1000-1249 Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1000_1249_75_84_yrs'
    );

Measure “Persons 1000-1249 Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1000_1249_75_84_yrs'
    );

Measure “Persons 1000-1249 Age 75-84 years” percent of “Persons 1000-1249 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1000_1249_75_84_yrs',
      'denominator'
    );

Measure “Persons 1000-1249 Age 75-84 years” percent of “Persons 1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1000_1249_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1000-1249 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.9.9. Persons 1000-1249 Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Persons 1000-1249 Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1000_1249_85ov'
    );

Measure “Persons 1000-1249 Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1000_1249_85ov'
    );

Measure “Persons 1000-1249 Age 85 years and over” percent of “Persons 1000-1249 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1000_1249_85ov',
      'denominator'
    );

Measure “Persons 1000-1249 Age 85 years and over” percent of “Persons 1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1000_1249_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1000-1249 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.10. Persons 1250-1499 TotalΒΆ

Total Personal Income (Weekly)

Measure “Persons 1250-1499 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1250_1499_Tot'
    );

Measure “Persons 1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1250_1499_Tot'
    );

Measure “Persons 1250-1499 Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1250_1499_Tot',
      'denominator'
    );

Measure “Persons 1250-1499 Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1250_1499_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.10.1. Persons 1250-1499 Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 1250-1499 Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1250_1499_15_19_yrs'
    );

Measure “Persons 1250-1499 Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1250_1499_15_19_yrs'
    );

Measure “Persons 1250-1499 Age 15-19 years” percent of “Persons 1250-1499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1250_1499_15_19_yrs',
      'denominator'
    );

Measure “Persons 1250-1499 Age 15-19 years” percent of “Persons 1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1250_1499_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1250-1499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.10.2. Persons 1250-1499 Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 1250-1499 Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1250_1499_20_24_yrs'
    );

Measure “Persons 1250-1499 Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1250_1499_20_24_yrs'
    );

Measure “Persons 1250-1499 Age 20-24 years” percent of “Persons 1250-1499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1250_1499_20_24_yrs',
      'denominator'
    );

Measure “Persons 1250-1499 Age 20-24 years” percent of “Persons 1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1250_1499_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1250-1499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.10.3. Persons 1250-1499 Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 1250-1499 Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1250_1499_25_34_yrs'
    );

Measure “Persons 1250-1499 Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1250_1499_25_34_yrs'
    );

Measure “Persons 1250-1499 Age 25-34 years” percent of “Persons 1250-1499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1250_1499_25_34_yrs',
      'denominator'
    );

Measure “Persons 1250-1499 Age 25-34 years” percent of “Persons 1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1250_1499_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1250-1499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.10.4. Persons 1250-1499 Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 1250-1499 Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1250_1499_35_44_yrs'
    );

Measure “Persons 1250-1499 Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1250_1499_35_44_yrs'
    );

Measure “Persons 1250-1499 Age 35-44 years” percent of “Persons 1250-1499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1250_1499_35_44_yrs',
      'denominator'
    );

Measure “Persons 1250-1499 Age 35-44 years” percent of “Persons 1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1250_1499_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1250-1499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.10.5. Persons 1250-1499 Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 1250-1499 Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1250_1499_45_54_yrs'
    );

Measure “Persons 1250-1499 Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1250_1499_45_54_yrs'
    );

Measure “Persons 1250-1499 Age 45-54 years” percent of “Persons 1250-1499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1250_1499_45_54_yrs',
      'denominator'
    );

Measure “Persons 1250-1499 Age 45-54 years” percent of “Persons 1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1250_1499_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1250-1499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.10.6. Persons 1250-1499 Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 1250-1499 Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1250_1499_55_64_yrs'
    );

Measure “Persons 1250-1499 Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1250_1499_55_64_yrs'
    );

Measure “Persons 1250-1499 Age 55-64 years” percent of “Persons 1250-1499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1250_1499_55_64_yrs',
      'denominator'
    );

Measure “Persons 1250-1499 Age 55-64 years” percent of “Persons 1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1250_1499_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1250-1499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.10.7. Persons 1250-1499 Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 1250-1499 Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1250_1499_65_74_yrs'
    );

Measure “Persons 1250-1499 Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1250_1499_65_74_yrs'
    );

Measure “Persons 1250-1499 Age 65-74 years” percent of “Persons 1250-1499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1250_1499_65_74_yrs',
      'denominator'
    );

Measure “Persons 1250-1499 Age 65-74 years” percent of “Persons 1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1250_1499_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1250-1499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.10.8. Persons 1250-1499 Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 1250-1499 Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1250_1499_75_84_yrs'
    );

Measure “Persons 1250-1499 Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1250_1499_75_84_yrs'
    );

Measure “Persons 1250-1499 Age 75-84 years” percent of “Persons 1250-1499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1250_1499_75_84_yrs',
      'denominator'
    );

Measure “Persons 1250-1499 Age 75-84 years” percent of “Persons 1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1250_1499_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1250-1499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.10.9. Persons 1250-1499 Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Persons 1250-1499 Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1250_1499_85ov'
    );

Measure “Persons 1250-1499 Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1250_1499_85ov'
    );

Measure “Persons 1250-1499 Age 85 years and over” percent of “Persons 1250-1499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1250_1499_85ov',
      'denominator'
    );

Measure “Persons 1250-1499 Age 85 years and over” percent of “Persons 1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1250_1499_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1250-1499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.11. Persons 1500-1999 TotalΒΆ

Total Personal Income (Weekly)

Measure “Persons 1500-1999 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1500_1999_Tot'
    );

Measure “Persons 1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1500_1999_Tot'
    );

Measure “Persons 1500-1999 Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1500_1999_Tot',
      'denominator'
    );

Measure “Persons 1500-1999 Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1500_1999_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.11.1. Persons 1500-1999 Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 1500-1999 Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1500_1999_15_19_yrs'
    );

Measure “Persons 1500-1999 Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1500_1999_15_19_yrs'
    );

Measure “Persons 1500-1999 Age 15-19 years” percent of “Persons 1500-1999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1500_1999_15_19_yrs',
      'denominator'
    );

Measure “Persons 1500-1999 Age 15-19 years” percent of “Persons 1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1500_1999_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1500-1999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.11.2. Persons 1500-1999 Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 1500-1999 Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1500_1999_20_24_yrs'
    );

Measure “Persons 1500-1999 Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1500_1999_20_24_yrs'
    );

Measure “Persons 1500-1999 Age 20-24 years” percent of “Persons 1500-1999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1500_1999_20_24_yrs',
      'denominator'
    );

Measure “Persons 1500-1999 Age 20-24 years” percent of “Persons 1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1500_1999_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1500-1999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.11.3. Persons 1500-1999 Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 1500-1999 Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1500_1999_25_34_yrs'
    );

Measure “Persons 1500-1999 Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1500_1999_25_34_yrs'
    );

Measure “Persons 1500-1999 Age 25-34 years” percent of “Persons 1500-1999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1500_1999_25_34_yrs',
      'denominator'
    );

Measure “Persons 1500-1999 Age 25-34 years” percent of “Persons 1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1500_1999_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1500-1999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.11.4. Persons 1500-1999 Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 1500-1999 Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1500_1999_35_44_yrs'
    );

Measure “Persons 1500-1999 Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1500_1999_35_44_yrs'
    );

Measure “Persons 1500-1999 Age 35-44 years” percent of “Persons 1500-1999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1500_1999_35_44_yrs',
      'denominator'
    );

Measure “Persons 1500-1999 Age 35-44 years” percent of “Persons 1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1500_1999_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1500-1999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.11.5. Persons 1500-1999 Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 1500-1999 Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1500_1999_45_54_yrs'
    );

Measure “Persons 1500-1999 Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1500_1999_45_54_yrs'
    );

Measure “Persons 1500-1999 Age 45-54 years” percent of “Persons 1500-1999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1500_1999_45_54_yrs',
      'denominator'
    );

Measure “Persons 1500-1999 Age 45-54 years” percent of “Persons 1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1500_1999_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1500-1999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.11.6. Persons 1500-1999 Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 1500-1999 Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1500_1999_55_64_yrs'
    );

Measure “Persons 1500-1999 Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1500_1999_55_64_yrs'
    );

Measure “Persons 1500-1999 Age 55-64 years” percent of “Persons 1500-1999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1500_1999_55_64_yrs',
      'denominator'
    );

Measure “Persons 1500-1999 Age 55-64 years” percent of “Persons 1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1500_1999_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1500-1999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.11.7. Persons 1500-1999 Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 1500-1999 Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1500_1999_65_74_yrs'
    );

Measure “Persons 1500-1999 Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1500_1999_65_74_yrs'
    );

Measure “Persons 1500-1999 Age 65-74 years” percent of “Persons 1500-1999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1500_1999_65_74_yrs',
      'denominator'
    );

Measure “Persons 1500-1999 Age 65-74 years” percent of “Persons 1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1500_1999_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1500-1999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.11.8. Persons 1500-1999 Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 1500-1999 Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1500_1999_75_84_yrs'
    );

Measure “Persons 1500-1999 Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1500_1999_75_84_yrs'
    );

Measure “Persons 1500-1999 Age 75-84 years” percent of “Persons 1500-1999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1500_1999_75_84_yrs',
      'denominator'
    );

Measure “Persons 1500-1999 Age 75-84 years” percent of “Persons 1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1500_1999_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1500-1999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.11.9. Persons 1500-1999 Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Persons 1500-1999 Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1500_1999_85ov'
    );

Measure “Persons 1500-1999 Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1500_1999_85ov'
    );

Measure “Persons 1500-1999 Age 85 years and over” percent of “Persons 1500-1999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_1500_1999_85ov',
      'denominator'
    );

Measure “Persons 1500-1999 Age 85 years and over” percent of “Persons 1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_1500_1999_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 1500-1999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.12. Persons 2000 or more TotalΒΆ

Total Personal Income (Weekly)

Measure “Persons 2000 or more Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_2000_more_Tot'
    );

Measure “Persons 2000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_2000_more_Tot'
    );

Measure “Persons 2000 or more Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_2000_more_Tot',
      'denominator'
    );

Measure “Persons 2000 or more Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_2000_more_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.12.1. Persons 2000 or more Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 2000 or more Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_2000_more_15_19_yrs'
    );

Measure “Persons 2000 or more Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_2000_more_15_19_yrs'
    );

Measure “Persons 2000 or more Age 15-19 years” percent of “Persons 2000 or more Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_2000_more_15_19_yrs',
      'denominator'
    );

Measure “Persons 2000 or more Age 15-19 years” percent of “Persons 2000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_2000_more_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 2000 or more Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.12.2. Persons 2000 or more Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 2000 or more Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_2000_more_20_24_yrs'
    );

Measure “Persons 2000 or more Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_2000_more_20_24_yrs'
    );

Measure “Persons 2000 or more Age 20-24 years” percent of “Persons 2000 or more Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_2000_more_20_24_yrs',
      'denominator'
    );

Measure “Persons 2000 or more Age 20-24 years” percent of “Persons 2000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_2000_more_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 2000 or more Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.12.3. Persons 2000 or more Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 2000 or more Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_2000_more_25_34_yrs'
    );

Measure “Persons 2000 or more Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_2000_more_25_34_yrs'
    );

Measure “Persons 2000 or more Age 25-34 years” percent of “Persons 2000 or more Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_2000_more_25_34_yrs',
      'denominator'
    );

Measure “Persons 2000 or more Age 25-34 years” percent of “Persons 2000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_2000_more_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 2000 or more Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.12.4. Persons 2000 or more Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 2000 or more Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_2000_more_35_44_yrs'
    );

Measure “Persons 2000 or more Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_2000_more_35_44_yrs'
    );

Measure “Persons 2000 or more Age 35-44 years” percent of “Persons 2000 or more Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_2000_more_35_44_yrs',
      'denominator'
    );

Measure “Persons 2000 or more Age 35-44 years” percent of “Persons 2000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_2000_more_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 2000 or more Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.12.5. Persons 2000 or more Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 2000 or more Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_2000_more_45_54_yrs'
    );

Measure “Persons 2000 or more Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_2000_more_45_54_yrs'
    );

Measure “Persons 2000 or more Age 45-54 years” percent of “Persons 2000 or more Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_2000_more_45_54_yrs',
      'denominator'
    );

Measure “Persons 2000 or more Age 45-54 years” percent of “Persons 2000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_2000_more_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 2000 or more Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.12.6. Persons 2000 or more Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 2000 or more Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_2000_more_55_64_yrs'
    );

Measure “Persons 2000 or more Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_2000_more_55_64_yrs'
    );

Measure “Persons 2000 or more Age 55-64 years” percent of “Persons 2000 or more Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_2000_more_55_64_yrs',
      'denominator'
    );

Measure “Persons 2000 or more Age 55-64 years” percent of “Persons 2000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_2000_more_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 2000 or more Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.12.7. Persons 2000 or more Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 2000 or more Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_2000_more_65_74_yrs'
    );

Measure “Persons 2000 or more Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_2000_more_65_74_yrs'
    );

Measure “Persons 2000 or more Age 65-74 years” percent of “Persons 2000 or more Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_2000_more_65_74_yrs',
      'denominator'
    );

Measure “Persons 2000 or more Age 65-74 years” percent of “Persons 2000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_2000_more_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 2000 or more Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.12.8. Persons 2000 or more Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons 2000 or more Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_2000_more_75_84_yrs'
    );

Measure “Persons 2000 or more Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_2000_more_75_84_yrs'
    );

Measure “Persons 2000 or more Age 75-84 years” percent of “Persons 2000 or more Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_2000_more_75_84_yrs',
      'denominator'
    );

Measure “Persons 2000 or more Age 75-84 years” percent of “Persons 2000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_2000_more_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 2000 or more Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.12.9. Persons 2000 or more Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Persons 2000 or more Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_2000_more_85ov'
    );

Measure “Persons 2000 or more Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_2000_more_85ov'
    );

Measure “Persons 2000 or more Age 85 years and over” percent of “Persons 2000 or more Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_2000_more_85ov',
      'denominator'
    );

Measure “Persons 2000 or more Age 85 years and over” percent of “Persons 2000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_2000_more_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 2000 or more Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.13. Persons Negative Nil income TotalΒΆ

Total Personal Income (Weekly)

Measure “Persons Negative Nil income Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Neg_Nil_income_Tot'
    );

Measure “Persons Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Neg_Nil_income_Tot'
    );

Measure “Persons Negative Nil income Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Neg_Nil_income_Tot',
      'denominator'
    );

Measure “Persons Negative Nil income Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Neg_Nil_income_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.13.1. Persons Negative Nil income Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons Negative Nil income Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Neg_Nil_income_15_19_yrs'
    );

Measure “Persons Negative Nil income Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Neg_Nil_income_15_19_yrs'
    );

Measure “Persons Negative Nil income Age 15-19 years” percent of “Persons Negative Nil income Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Neg_Nil_income_15_19_yrs',
      'denominator'
    );

Measure “Persons Negative Nil income Age 15-19 years” percent of “Persons Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Neg_Nil_income_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Negative Nil income Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.13.2. Persons Negative Nil income Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons Negative Nil income Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Neg_Nil_income_20_24_yrs'
    );

Measure “Persons Negative Nil income Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Neg_Nil_income_20_24_yrs'
    );

Measure “Persons Negative Nil income Age 20-24 years” percent of “Persons Negative Nil income Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Neg_Nil_income_20_24_yrs',
      'denominator'
    );

Measure “Persons Negative Nil income Age 20-24 years” percent of “Persons Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Neg_Nil_income_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Negative Nil income Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.13.3. Persons Negative Nil income Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons Negative Nil income Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Neg_Nil_income_25_34_yrs'
    );

Measure “Persons Negative Nil income Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Neg_Nil_income_25_34_yrs'
    );

Measure “Persons Negative Nil income Age 25-34 years” percent of “Persons Negative Nil income Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Neg_Nil_income_25_34_yrs',
      'denominator'
    );

Measure “Persons Negative Nil income Age 25-34 years” percent of “Persons Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Neg_Nil_income_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Negative Nil income Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.13.4. Persons Negative Nil income Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons Negative Nil income Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Neg_Nil_income_35_44_yrs'
    );

Measure “Persons Negative Nil income Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Neg_Nil_income_35_44_yrs'
    );

Measure “Persons Negative Nil income Age 35-44 years” percent of “Persons Negative Nil income Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Neg_Nil_income_35_44_yrs',
      'denominator'
    );

Measure “Persons Negative Nil income Age 35-44 years” percent of “Persons Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Neg_Nil_income_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Negative Nil income Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.13.5. Persons Negative Nil income Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons Negative Nil income Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Neg_Nil_income_45_54_yrs'
    );

Measure “Persons Negative Nil income Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Neg_Nil_income_45_54_yrs'
    );

Measure “Persons Negative Nil income Age 45-54 years” percent of “Persons Negative Nil income Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Neg_Nil_income_45_54_yrs',
      'denominator'
    );

Measure “Persons Negative Nil income Age 45-54 years” percent of “Persons Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Neg_Nil_income_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Negative Nil income Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.13.6. Persons Negative Nil income Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons Negative Nil income Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Neg_Nil_income_55_64_yrs'
    );

Measure “Persons Negative Nil income Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Neg_Nil_income_55_64_yrs'
    );

Measure “Persons Negative Nil income Age 55-64 years” percent of “Persons Negative Nil income Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Neg_Nil_income_55_64_yrs',
      'denominator'
    );

Measure “Persons Negative Nil income Age 55-64 years” percent of “Persons Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Neg_Nil_income_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Negative Nil income Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.13.7. Persons Negative Nil income Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons Negative Nil income Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Neg_Nil_income_65_74_yrs'
    );

Measure “Persons Negative Nil income Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Neg_Nil_income_65_74_yrs'
    );

Measure “Persons Negative Nil income Age 65-74 years” percent of “Persons Negative Nil income Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Neg_Nil_income_65_74_yrs',
      'denominator'
    );

Measure “Persons Negative Nil income Age 65-74 years” percent of “Persons Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Neg_Nil_income_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Negative Nil income Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.13.8. Persons Negative Nil income Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons Negative Nil income Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Neg_Nil_income_75_84_yrs'
    );

Measure “Persons Negative Nil income Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Neg_Nil_income_75_84_yrs'
    );

Measure “Persons Negative Nil income Age 75-84 years” percent of “Persons Negative Nil income Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Neg_Nil_income_75_84_yrs',
      'denominator'
    );

Measure “Persons Negative Nil income Age 75-84 years” percent of “Persons Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Neg_Nil_income_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Negative Nil income Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.13.9. Persons Negative Nil income Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Persons Negative Nil income Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Negtve_Nil_incme_85_yrs_ovr'
    );

Measure “Persons Negative Nil income Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Negtve_Nil_incme_85_yrs_ovr'
    );

Measure “Persons Negative Nil income Age 85 years and over” percent of “Persons Negative Nil income Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Negtve_Nil_incme_85_yrs_ovr',
      'denominator'
    );

Measure “Persons Negative Nil income Age 85 years and over” percent of “Persons Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Negtve_Nil_incme_85_yrs_ovr',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Negative Nil income Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.14. Persons Personal income not stated TotalΒΆ

Total Personal Income (Weekly)

Measure “Persons Personal income not stated Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_PI_NS_ns_Tot'
    );

Measure “Persons Personal income not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_PI_NS_ns_Tot'
    );

Measure “Persons Personal income not stated Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_PI_NS_ns_Tot',
      'denominator'
    );

Measure “Persons Personal income not stated Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_PI_NS_ns_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.14.1. Persons Personal income not stated Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons Personal income not stated Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_PI_NS_15_19_yrs'
    );

Measure “Persons Personal income not stated Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_PI_NS_15_19_yrs'
    );

Measure “Persons Personal income not stated Age 15-19 years” percent of “Persons Personal income not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_PI_NS_15_19_yrs',
      'denominator'
    );

Measure “Persons Personal income not stated Age 15-19 years” percent of “Persons Personal income not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_PI_NS_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Personal income not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.14.2. Persons Personal income not stated Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons Personal income not stated Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_PI_NS_ns_20_24_yrs'
    );

Measure “Persons Personal income not stated Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_PI_NS_ns_20_24_yrs'
    );

Measure “Persons Personal income not stated Age 20-24 years” percent of “Persons Personal income not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_PI_NS_ns_20_24_yrs',
      'denominator'
    );

Measure “Persons Personal income not stated Age 20-24 years” percent of “Persons Personal income not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_PI_NS_ns_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Personal income not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.14.3. Persons Personal income not stated Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons Personal income not stated Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_PI_NS_ns_25_34_yrs'
    );

Measure “Persons Personal income not stated Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_PI_NS_ns_25_34_yrs'
    );

Measure “Persons Personal income not stated Age 25-34 years” percent of “Persons Personal income not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_PI_NS_ns_25_34_yrs',
      'denominator'
    );

Measure “Persons Personal income not stated Age 25-34 years” percent of “Persons Personal income not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_PI_NS_ns_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Personal income not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.14.4. Persons Personal income not stated Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons Personal income not stated Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_PI_NS_ns_35_44_yrs'
    );

Measure “Persons Personal income not stated Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_PI_NS_ns_35_44_yrs'
    );

Measure “Persons Personal income not stated Age 35-44 years” percent of “Persons Personal income not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_PI_NS_ns_35_44_yrs',
      'denominator'
    );

Measure “Persons Personal income not stated Age 35-44 years” percent of “Persons Personal income not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_PI_NS_ns_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Personal income not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.14.5. Persons Personal income not stated Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons Personal income not stated Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_PI_NS_ns_45_54_yrs'
    );

Measure “Persons Personal income not stated Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_PI_NS_ns_45_54_yrs'
    );

Measure “Persons Personal income not stated Age 45-54 years” percent of “Persons Personal income not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_PI_NS_ns_45_54_yrs',
      'denominator'
    );

Measure “Persons Personal income not stated Age 45-54 years” percent of “Persons Personal income not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_PI_NS_ns_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Personal income not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.14.6. Persons Personal income not stated Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons Personal income not stated Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_PI_NS_ns_55_64_yrs'
    );

Measure “Persons Personal income not stated Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_PI_NS_ns_55_64_yrs'
    );

Measure “Persons Personal income not stated Age 55-64 years” percent of “Persons Personal income not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_PI_NS_ns_55_64_yrs',
      'denominator'
    );

Measure “Persons Personal income not stated Age 55-64 years” percent of “Persons Personal income not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_PI_NS_ns_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Personal income not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.14.7. Persons Personal income not stated Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons Personal income not stated Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_PI_NS_ns_65_74_yrs'
    );

Measure “Persons Personal income not stated Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_PI_NS_ns_65_74_yrs'
    );

Measure “Persons Personal income not stated Age 65-74 years” percent of “Persons Personal income not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_PI_NS_ns_65_74_yrs',
      'denominator'
    );

Measure “Persons Personal income not stated Age 65-74 years” percent of “Persons Personal income not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_PI_NS_ns_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Personal income not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.14.8. Persons Personal income not stated Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons Personal income not stated Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_PI_NS_ns_75_84_yrs'
    );

Measure “Persons Personal income not stated Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_PI_NS_ns_75_84_yrs'
    );

Measure “Persons Personal income not stated Age 75-84 years” percent of “Persons Personal income not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_PI_NS_ns_75_84_yrs',
      'denominator'
    );

Measure “Persons Personal income not stated Age 75-84 years” percent of “Persons Personal income not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_PI_NS_ns_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Personal income not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.14.9. Persons Personal income not stated Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Persons Personal income not stated Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_PI_NS_ns_85_yrs_ovr'
    );

Measure “Persons Personal income not stated Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_PI_NS_ns_85_yrs_ovr'
    );

Measure “Persons Personal income not stated Age 85 years and over” percent of “Persons Personal income not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_PI_NS_ns_85_yrs_ovr',
      'denominator'
    );

Measure “Persons Personal income not stated Age 85 years and over” percent of “Persons Personal income not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_PI_NS_ns_85_yrs_ovr',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Personal income not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.15. Persons Total Age 15-19 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons Total Age 15-19 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Tot_15_19_yrs'
    );

Measure “Persons Total Age 15-19 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Tot_15_19_yrs'
    );

Measure “Persons Total Age 15-19 years” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Tot_15_19_yrs',
      'denominator'
    );

Measure “Persons Total Age 15-19 years” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Tot_15_19_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.16. Persons Total Age 20-24 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons Total Age 20-24 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Tot_20_24_yrs'
    );

Measure “Persons Total Age 20-24 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Tot_20_24_yrs'
    );

Measure “Persons Total Age 20-24 years” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Tot_20_24_yrs',
      'denominator'
    );

Measure “Persons Total Age 20-24 years” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Tot_20_24_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.17. Persons Total Age 25-34 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons Total Age 25-34 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Tot_25_34_yrs'
    );

Measure “Persons Total Age 25-34 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Tot_25_34_yrs'
    );

Measure “Persons Total Age 25-34 years” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Tot_25_34_yrs',
      'denominator'
    );

Measure “Persons Total Age 25-34 years” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Tot_25_34_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.18. Persons Total Age 35-44 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons Total Age 35-44 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Tot_35_44_yrs'
    );

Measure “Persons Total Age 35-44 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Tot_35_44_yrs'
    );

Measure “Persons Total Age 35-44 years” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Tot_35_44_yrs',
      'denominator'
    );

Measure “Persons Total Age 35-44 years” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Tot_35_44_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.19. Persons Total Age 45-54 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons Total Age 45-54 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Tot_45_54_yrs'
    );

Measure “Persons Total Age 45-54 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Tot_45_54_yrs'
    );

Measure “Persons Total Age 45-54 years” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Tot_45_54_yrs',
      'denominator'
    );

Measure “Persons Total Age 45-54 years” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Tot_45_54_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.20. Persons Total Age 55-64 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons Total Age 55-64 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Tot_55_64_yrs'
    );

Measure “Persons Total Age 55-64 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Tot_55_64_yrs'
    );

Measure “Persons Total Age 55-64 years” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Tot_55_64_yrs',
      'denominator'
    );

Measure “Persons Total Age 55-64 years” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Tot_55_64_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.21. Persons Total Age 65-74 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons Total Age 65-74 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Tot_65_74_yrs'
    );

Measure “Persons Total Age 65-74 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Tot_65_74_yrs'
    );

Measure “Persons Total Age 65-74 years” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Tot_65_74_yrs',
      'denominator'
    );

Measure “Persons Total Age 65-74 years” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Tot_65_74_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.22. Persons Total Age 75-84 yearsΒΆ

Total Personal Income (Weekly)

Measure “Persons Total Age 75-84 years” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Tot_75_84_yrs'
    );

Measure “Persons Total Age 75-84 years” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Tot_75_84_yrs'
    );

Measure “Persons Total Age 75-84 years” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Tot_75_84_yrs',
      'denominator'
    );

Measure “Persons Total Age 75-84 years” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Tot_75_84_yrs',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.2.23. Persons Total Age 85 years and overΒΆ

Total Personal Income (Weekly)

Measure “Persons Total Age 85 years and over” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Tot_85ov'
    );

Measure “Persons Total Age 85 years and over” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Tot_85ov'
    );

Measure “Persons Total Age 85 years and over” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B17B_P_Tot_85ov',
      'denominator'
    );

Measure “Persons Total Age 85 years and over” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B17B_P_Tot_85ov',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3. Persons Total TotalΒΆ

Core Activity need for Assistance

Measure “Persons Total Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_Tot_Tot'
    );

Measure “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_Tot_Tot'
    );

Measure “Persons Total Total” percent of “Total (Persons)” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_Tot_Tot',
      'denominator'
    );

Measure “Persons Total Total” percent of “Total (Persons)” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_Tot_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Total (Persons)
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1. Females Total TotalΒΆ

Core Activity need for Assistance

Measure “Females Total Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_Tot_Tot'
    );

Measure “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_Tot_Tot'
    );

Measure “Females Total Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_Tot_Tot',
      'denominator'
    );

Measure “Females Total Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_Tot_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Females Total Total

3.7.3.1.1. Females 0-4 years TotalΒΆ

Core Activity need for Assistance

Measure “Females 0-4 years Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_0_4_yrs_Tot'
    );

Measure “Females 0-4 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_0_4_yrs_Tot'
    );

Measure “Females 0-4 years Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_0_4_yrs_Tot',
      'denominator'
    );

Measure “Females 0-4 years Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_0_4_yrs_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.2. Females 0-4 years Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Females 0-4 years Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_0_4_No_need_for_assistance'
    );

Measure “Females 0-4 years Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_0_4_No_need_for_assistance'
    );

Measure “Females 0-4 years Does not have need for assistance” percent of “Females 0-4 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_0_4_No_need_for_assistance',
      'denominator'
    );

Measure “Females 0-4 years Does not have need for assistance” percent of “Females 0-4 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_0_4_No_need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 0-4 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.3. Females 0-4 years Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Females 0-4 years Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_0_4_yrs_Need_for_assistance'
    );

Measure “Females 0-4 years Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_0_4_yrs_Need_for_assistance'
    );

Measure “Females 0-4 years Has need for assistance” percent of “Females 0-4 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_0_4_yrs_Need_for_assistance',
      'denominator'
    );

Measure “Females 0-4 years Has need for assistance” percent of “Females 0-4 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_0_4_yrs_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 0-4 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.4. Females 0-4 years Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Females 0-4 years Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_0_4_Need_for_assistance_ns'
    );

Measure “Females 0-4 years Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_0_4_Need_for_assistance_ns'
    );

Measure “Females 0-4 years Need for assistance not stated” percent of “Females 0-4 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_0_4_Need_for_assistance_ns',
      'denominator'
    );

Measure “Females 0-4 years Need for assistance not stated” percent of “Females 0-4 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_0_4_Need_for_assistance_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 0-4 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.5. Females 5-14 years TotalΒΆ

Core Activity need for Assistance

Measure “Females 5-14 years Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_5_14_yrs_Tot'
    );

Measure “Females 5-14 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_5_14_yrs_Tot'
    );

Measure “Females 5-14 years Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_5_14_yrs_Tot',
      'denominator'
    );

Measure “Females 5-14 years Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_5_14_yrs_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.6. Females 5-14 years Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Females 5-14 years Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_5_14_No_need_for_assistance'
    );

Measure “Females 5-14 years Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_5_14_No_need_for_assistance'
    );

Measure “Females 5-14 years Does not have need for assistance” percent of “Females 5-14 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_5_14_No_need_for_assistance',
      'denominator'
    );

Measure “Females 5-14 years Does not have need for assistance” percent of “Females 5-14 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_5_14_No_need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 5-14 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.7. Females 5-14 years Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Females 5-14 years Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_5_14_Need_for_assistance'
    );

Measure “Females 5-14 years Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_5_14_Need_for_assistance'
    );

Measure “Females 5-14 years Has need for assistance” percent of “Females 5-14 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_5_14_Need_for_assistance',
      'denominator'
    );

Measure “Females 5-14 years Has need for assistance” percent of “Females 5-14 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_5_14_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 5-14 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.8. Females 5-14 years Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Females 5-14 years Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_5_14_Need_for_assistance_ns'
    );

Measure “Females 5-14 years Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_5_14_Need_for_assistance_ns'
    );

Measure “Females 5-14 years Need for assistance not stated” percent of “Females 5-14 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_5_14_Need_for_assistance_ns',
      'denominator'
    );

Measure “Females 5-14 years Need for assistance not stated” percent of “Females 5-14 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_5_14_Need_for_assistance_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 5-14 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.9. Females 15-19 years TotalΒΆ

Core Activity need for Assistance

Measure “Females 15-19 years Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_15_19_Tot'
    );

Measure “Females 15-19 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_15_19_Tot'
    );

Measure “Females 15-19 years Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_15_19_Tot',
      'denominator'
    );

Measure “Females 15-19 years Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_15_19_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.10. Females 15-19 years Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Females 15-19 years Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_15_19_No_need_for_assistnce'
    );

Measure “Females 15-19 years Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_15_19_No_need_for_assistnce'
    );

Measure “Females 15-19 years Does not have need for assistance” percent of “Females 15-19 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_15_19_No_need_for_assistnce',
      'denominator'
    );

Measure “Females 15-19 years Does not have need for assistance” percent of “Females 15-19 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_15_19_No_need_for_assistnce',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 15-19 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.11. Females 15-19 years Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Females 15-19 years Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_15_19_Need_for_assistance'
    );

Measure “Females 15-19 years Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_15_19_Need_for_assistance'
    );

Measure “Females 15-19 years Has need for assistance” percent of “Females 15-19 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_15_19_Need_for_assistance',
      'denominator'
    );

Measure “Females 15-19 years Has need for assistance” percent of “Females 15-19 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_15_19_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 15-19 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.12. Females 15-19 years Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Females 15-19 years Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_15_19_Need_for_assistnce_ns'
    );

Measure “Females 15-19 years Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_15_19_Need_for_assistnce_ns'
    );

Measure “Females 15-19 years Need for assistance not stated” percent of “Females 15-19 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_15_19_Need_for_assistnce_ns',
      'denominator'
    );

Measure “Females 15-19 years Need for assistance not stated” percent of “Females 15-19 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_15_19_Need_for_assistnce_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 15-19 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.13. Females 20-24 years TotalΒΆ

Core Activity need for Assistance

Measure “Females 20-24 years Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_20_24_Tot'
    );

Measure “Females 20-24 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_20_24_Tot'
    );

Measure “Females 20-24 years Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_20_24_Tot',
      'denominator'
    );

Measure “Females 20-24 years Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_20_24_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.14. Females 20-24 years Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Females 20-24 years Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_20_24_No_need_for_assistnce'
    );

Measure “Females 20-24 years Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_20_24_No_need_for_assistnce'
    );

Measure “Females 20-24 years Does not have need for assistance” percent of “Females 20-24 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_20_24_No_need_for_assistnce',
      'denominator'
    );

Measure “Females 20-24 years Does not have need for assistance” percent of “Females 20-24 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_20_24_No_need_for_assistnce',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 20-24 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.15. Females 20-24 years Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Females 20-24 years Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_20_24_Need_for_assistance'
    );

Measure “Females 20-24 years Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_20_24_Need_for_assistance'
    );

Measure “Females 20-24 years Has need for assistance” percent of “Females 20-24 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_20_24_Need_for_assistance',
      'denominator'
    );

Measure “Females 20-24 years Has need for assistance” percent of “Females 20-24 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_20_24_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 20-24 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.16. Females 20-24 years Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Females 20-24 years Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_20_24_Need_for_assistnce_ns'
    );

Measure “Females 20-24 years Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_20_24_Need_for_assistnce_ns'
    );

Measure “Females 20-24 years Need for assistance not stated” percent of “Females 20-24 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_20_24_Need_for_assistnce_ns',
      'denominator'
    );

Measure “Females 20-24 years Need for assistance not stated” percent of “Females 20-24 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_20_24_Need_for_assistnce_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 20-24 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.17. Females 25-34 years TotalΒΆ

Core Activity need for Assistance

Measure “Females 25-34 years Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_25_34_Tot'
    );

Measure “Females 25-34 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_25_34_Tot'
    );

Measure “Females 25-34 years Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_25_34_Tot',
      'denominator'
    );

Measure “Females 25-34 years Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_25_34_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.18. Females 25-34 years Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Females 25-34 years Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_25_34_No_need_for_assistnce'
    );

Measure “Females 25-34 years Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_25_34_No_need_for_assistnce'
    );

Measure “Females 25-34 years Does not have need for assistance” percent of “Females 25-34 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_25_34_No_need_for_assistnce',
      'denominator'
    );

Measure “Females 25-34 years Does not have need for assistance” percent of “Females 25-34 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_25_34_No_need_for_assistnce',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 25-34 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.19. Females 25-34 years Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Females 25-34 years Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_25_34_Need_for_assistance'
    );

Measure “Females 25-34 years Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_25_34_Need_for_assistance'
    );

Measure “Females 25-34 years Has need for assistance” percent of “Females 25-34 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_25_34_Need_for_assistance',
      'denominator'
    );

Measure “Females 25-34 years Has need for assistance” percent of “Females 25-34 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_25_34_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 25-34 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.20. Females 25-34 years Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Females 25-34 years Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_25_34_Need_for_assistnce_ns'
    );

Measure “Females 25-34 years Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_25_34_Need_for_assistnce_ns'
    );

Measure “Females 25-34 years Need for assistance not stated” percent of “Females 25-34 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_25_34_Need_for_assistnce_ns',
      'denominator'
    );

Measure “Females 25-34 years Need for assistance not stated” percent of “Females 25-34 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_25_34_Need_for_assistnce_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 25-34 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.21. Females 35-44 years TotalΒΆ

Core Activity need for Assistance

Measure “Females 35-44 years Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_35_44_Tot'
    );

Measure “Females 35-44 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_35_44_Tot'
    );

Measure “Females 35-44 years Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_35_44_Tot',
      'denominator'
    );

Measure “Females 35-44 years Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_35_44_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.22. Females 35-44 years Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Females 35-44 years Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_35_44_No_need_for_assistnce'
    );

Measure “Females 35-44 years Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_35_44_No_need_for_assistnce'
    );

Measure “Females 35-44 years Does not have need for assistance” percent of “Females 35-44 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_35_44_No_need_for_assistnce',
      'denominator'
    );

Measure “Females 35-44 years Does not have need for assistance” percent of “Females 35-44 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_35_44_No_need_for_assistnce',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 35-44 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.23. Females 35-44 years Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Females 35-44 years Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_35_44_Need_for_assistance'
    );

Measure “Females 35-44 years Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_35_44_Need_for_assistance'
    );

Measure “Females 35-44 years Has need for assistance” percent of “Females 35-44 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_35_44_Need_for_assistance',
      'denominator'
    );

Measure “Females 35-44 years Has need for assistance” percent of “Females 35-44 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_35_44_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 35-44 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.24. Females 35-44 years Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Females 35-44 years Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_35_44_Need_for_assistnce_ns'
    );

Measure “Females 35-44 years Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_35_44_Need_for_assistnce_ns'
    );

Measure “Females 35-44 years Need for assistance not stated” percent of “Females 35-44 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_35_44_Need_for_assistnce_ns',
      'denominator'
    );

Measure “Females 35-44 years Need for assistance not stated” percent of “Females 35-44 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_35_44_Need_for_assistnce_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 35-44 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.25. Females 45-54 years TotalΒΆ

Core Activity need for Assistance

Measure “Females 45-54 years Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_45_54_Tot'
    );

Measure “Females 45-54 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_45_54_Tot'
    );

Measure “Females 45-54 years Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_45_54_Tot',
      'denominator'
    );

Measure “Females 45-54 years Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_45_54_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.26. Females 45-54 years Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Females 45-54 years Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_45_54_No_need_for_assistnce'
    );

Measure “Females 45-54 years Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_45_54_No_need_for_assistnce'
    );

Measure “Females 45-54 years Does not have need for assistance” percent of “Females 45-54 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_45_54_No_need_for_assistnce',
      'denominator'
    );

Measure “Females 45-54 years Does not have need for assistance” percent of “Females 45-54 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_45_54_No_need_for_assistnce',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 45-54 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.27. Females 45-54 years Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Females 45-54 years Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_45_54_Need_for_assistance'
    );

Measure “Females 45-54 years Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_45_54_Need_for_assistance'
    );

Measure “Females 45-54 years Has need for assistance” percent of “Females 45-54 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_45_54_Need_for_assistance',
      'denominator'
    );

Measure “Females 45-54 years Has need for assistance” percent of “Females 45-54 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_45_54_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 45-54 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.28. Females 45-54 years Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Females 45-54 years Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_45_54_Need_for_assistnce_ns'
    );

Measure “Females 45-54 years Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_45_54_Need_for_assistnce_ns'
    );

Measure “Females 45-54 years Need for assistance not stated” percent of “Females 45-54 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_45_54_Need_for_assistnce_ns',
      'denominator'
    );

Measure “Females 45-54 years Need for assistance not stated” percent of “Females 45-54 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_45_54_Need_for_assistnce_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 45-54 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.29. Females 55-64 years TotalΒΆ

Core Activity need for Assistance

Measure “Females 55-64 years Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_55_64_Tot'
    );

Measure “Females 55-64 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_55_64_Tot'
    );

Measure “Females 55-64 years Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_55_64_Tot',
      'denominator'
    );

Measure “Females 55-64 years Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_55_64_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.30. Females 55-64 years Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Females 55-64 years Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_55_64_No_need_for_assistnce'
    );

Measure “Females 55-64 years Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_55_64_No_need_for_assistnce'
    );

Measure “Females 55-64 years Does not have need for assistance” percent of “Females 55-64 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_55_64_No_need_for_assistnce',
      'denominator'
    );

Measure “Females 55-64 years Does not have need for assistance” percent of “Females 55-64 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_55_64_No_need_for_assistnce',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 55-64 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.31. Females 55-64 years Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Females 55-64 years Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_55_64_Need_for_assistance'
    );

Measure “Females 55-64 years Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_55_64_Need_for_assistance'
    );

Measure “Females 55-64 years Has need for assistance” percent of “Females 55-64 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_55_64_Need_for_assistance',
      'denominator'
    );

Measure “Females 55-64 years Has need for assistance” percent of “Females 55-64 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_55_64_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 55-64 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.32. Females 55-64 years Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Females 55-64 years Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_55_64_Need_for_assistnce_ns'
    );

Measure “Females 55-64 years Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_55_64_Need_for_assistnce_ns'
    );

Measure “Females 55-64 years Need for assistance not stated” percent of “Females 55-64 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_55_64_Need_for_assistnce_ns',
      'denominator'
    );

Measure “Females 55-64 years Need for assistance not stated” percent of “Females 55-64 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_55_64_Need_for_assistnce_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 55-64 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.33. Females 65-74 years TotalΒΆ

Core Activity need for Assistance

Measure “Females 65-74 years Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_65_74_Tot'
    );

Measure “Females 65-74 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_65_74_Tot'
    );

Measure “Females 65-74 years Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_65_74_Tot',
      'denominator'
    );

Measure “Females 65-74 years Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_65_74_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.34. Females 65-74 years Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Females 65-74 years Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_65_74_No_need_for_assistnce'
    );

Measure “Females 65-74 years Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_65_74_No_need_for_assistnce'
    );

Measure “Females 65-74 years Does not have need for assistance” percent of “Females 65-74 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_65_74_No_need_for_assistnce',
      'denominator'
    );

Measure “Females 65-74 years Does not have need for assistance” percent of “Females 65-74 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_65_74_No_need_for_assistnce',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 65-74 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.35. Females 65-74 years Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Females 65-74 years Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_65_74_Need_for_assistance'
    );

Measure “Females 65-74 years Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_65_74_Need_for_assistance'
    );

Measure “Females 65-74 years Has need for assistance” percent of “Females 65-74 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_65_74_Need_for_assistance',
      'denominator'
    );

Measure “Females 65-74 years Has need for assistance” percent of “Females 65-74 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_65_74_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 65-74 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.36. Females 65-74 years Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Females 65-74 years Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_65_74_Need_for_assistnce_ns'
    );

Measure “Females 65-74 years Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_65_74_Need_for_assistnce_ns'
    );

Measure “Females 65-74 years Need for assistance not stated” percent of “Females 65-74 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_65_74_Need_for_assistnce_ns',
      'denominator'
    );

Measure “Females 65-74 years Need for assistance not stated” percent of “Females 65-74 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_65_74_Need_for_assistnce_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 65-74 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.37. Females 75-84 years TotalΒΆ

Core Activity need for Assistance

Measure “Females 75-84 years Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_75_84_Tot'
    );

Measure “Females 75-84 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_75_84_Tot'
    );

Measure “Females 75-84 years Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_75_84_Tot',
      'denominator'
    );

Measure “Females 75-84 years Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_75_84_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.38. Females 75-84 years Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Females 75-84 years Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_75_84_No_need_for_assistnce'
    );

Measure “Females 75-84 years Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_75_84_No_need_for_assistnce'
    );

Measure “Females 75-84 years Does not have need for assistance” percent of “Females 75-84 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_75_84_No_need_for_assistnce',
      'denominator'
    );

Measure “Females 75-84 years Does not have need for assistance” percent of “Females 75-84 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_75_84_No_need_for_assistnce',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 75-84 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.39. Females 75-84 years Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Females 75-84 years Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_75_84_Need_for_assistance'
    );

Measure “Females 75-84 years Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_75_84_Need_for_assistance'
    );

Measure “Females 75-84 years Has need for assistance” percent of “Females 75-84 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_75_84_Need_for_assistance',
      'denominator'
    );

Measure “Females 75-84 years Has need for assistance” percent of “Females 75-84 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_75_84_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 75-84 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.40. Females 75-84 years Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Females 75-84 years Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_75_84_Need_for_assistnce_ns'
    );

Measure “Females 75-84 years Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_75_84_Need_for_assistnce_ns'
    );

Measure “Females 75-84 years Need for assistance not stated” percent of “Females 75-84 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_75_84_Need_for_assistnce_ns',
      'denominator'
    );

Measure “Females 75-84 years Need for assistance not stated” percent of “Females 75-84 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_75_84_Need_for_assistnce_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 75-84 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.41. Females 85 years and over TotalΒΆ

Core Activity need for Assistance

Measure “Females 85 years and over Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_85_over_Tot'
    );

Measure “Females 85 years and over Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_85_over_Tot'
    );

Measure “Females 85 years and over Total” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_85_over_Tot',
      'denominator'
    );

Measure “Females 85 years and over Total” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_85_over_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.42. Females 85 years and over Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Females 85 years and over Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_85_ov_No_need_for_assistnce'
    );

Measure “Females 85 years and over Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_85_ov_No_need_for_assistnce'
    );

Measure “Females 85 years and over Does not have need for assistance” percent of “Females 85 years and over Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_85_ov_No_need_for_assistnce',
      'denominator'
    );

Measure “Females 85 years and over Does not have need for assistance” percent of “Females 85 years and over Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_85_ov_No_need_for_assistnce',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 85 years and over Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.43. Females 85 years and over Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Females 85 years and over Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_85_over_Need_for_assistance'
    );

Measure “Females 85 years and over Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_85_over_Need_for_assistance'
    );

Measure “Females 85 years and over Has need for assistance” percent of “Females 85 years and over Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_85_over_Need_for_assistance',
      'denominator'
    );

Measure “Females 85 years and over Has need for assistance” percent of “Females 85 years and over Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_85_over_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 85 years and over Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.44. Females 85 years and over Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Females 85 years and over Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_85_ov_Need_for_assistnce_ns'
    );

Measure “Females 85 years and over Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_85_ov_Need_for_assistnce_ns'
    );

Measure “Females 85 years and over Need for assistance not stated” percent of “Females 85 years and over Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_85_ov_Need_for_assistnce_ns',
      'denominator'
    );

Measure “Females 85 years and over Need for assistance not stated” percent of “Females 85 years and over Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_85_ov_Need_for_assistnce_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females 85 years and over Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.45. Females Total Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Females Total Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_Tot_No_need_for_assistance'
    );

Measure “Females Total Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_Tot_No_need_for_assistance'
    );

Measure “Females Total Does not have need for assistance” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_Tot_No_need_for_assistance',
      'denominator'
    );

Measure “Females Total Does not have need for assistance” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_Tot_No_need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.46. Females Total Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Females Total Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_Tot_Need_for_assistance'
    );

Measure “Females Total Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_Tot_Need_for_assistance'
    );

Measure “Females Total Has need for assistance” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_Tot_Need_for_assistance',
      'denominator'
    );

Measure “Females Total Has need for assistance” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_Tot_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.1.47. Females Total Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Females Total Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_Tot_Need_for_assistance_ns'
    );

Measure “Females Total Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_Tot_Need_for_assistance_ns'
    );

Measure “Females Total Need for assistance not stated” percent of “Females Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_F_Tot_Need_for_assistance_ns',
      'denominator'
    );

Measure “Females Total Need for assistance not stated” percent of “Females Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_F_Tot_Need_for_assistance_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Females Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2. Males Total TotalΒΆ

Core Activity need for Assistance

Measure “Males Total Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_Tot_Tot'
    );

Measure “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_Tot_Tot'
    );

Measure “Males Total Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_Tot_Tot',
      'denominator'
    );

Measure “Males Total Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_Tot_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

Subcolumns of Males Total Total

3.7.3.2.1. Males 0-4 years TotalΒΆ

Core Activity need for Assistance

Measure “Males 0-4 years Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_0_4_yrs_Tot'
    );

Measure “Males 0-4 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_0_4_yrs_Tot'
    );

Measure “Males 0-4 years Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_0_4_yrs_Tot',
      'denominator'
    );

Measure “Males 0-4 years Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_0_4_yrs_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.2. Males 0-4 years Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Males 0-4 years Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_0_4_No_need_for_assistance'
    );

Measure “Males 0-4 years Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_0_4_No_need_for_assistance'
    );

Measure “Males 0-4 years Does not have need for assistance” percent of “Males 0-4 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_0_4_No_need_for_assistance',
      'denominator'
    );

Measure “Males 0-4 years Does not have need for assistance” percent of “Males 0-4 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_0_4_No_need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 0-4 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.3. Males 0-4 years Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Males 0-4 years Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_0_4_yrs_Need_for_assistance'
    );

Measure “Males 0-4 years Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_0_4_yrs_Need_for_assistance'
    );

Measure “Males 0-4 years Has need for assistance” percent of “Males 0-4 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_0_4_yrs_Need_for_assistance',
      'denominator'
    );

Measure “Males 0-4 years Has need for assistance” percent of “Males 0-4 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_0_4_yrs_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 0-4 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.4. Males 0-4 years Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Males 0-4 years Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_0_4_Need_for_assistance_ns'
    );

Measure “Males 0-4 years Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_0_4_Need_for_assistance_ns'
    );

Measure “Males 0-4 years Need for assistance not stated” percent of “Males 0-4 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_0_4_Need_for_assistance_ns',
      'denominator'
    );

Measure “Males 0-4 years Need for assistance not stated” percent of “Males 0-4 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_0_4_Need_for_assistance_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 0-4 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.5. Males 5-14 years TotalΒΆ

Core Activity need for Assistance

Measure “Males 5-14 years Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_5_14_yrs_Tot'
    );

Measure “Males 5-14 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_5_14_yrs_Tot'
    );

Measure “Males 5-14 years Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_5_14_yrs_Tot',
      'denominator'
    );

Measure “Males 5-14 years Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_5_14_yrs_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.6. Males 5-14 years Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Males 5-14 years Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_5_14_No_need_for_assistance'
    );

Measure “Males 5-14 years Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_5_14_No_need_for_assistance'
    );

Measure “Males 5-14 years Does not have need for assistance” percent of “Males 5-14 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_5_14_No_need_for_assistance',
      'denominator'
    );

Measure “Males 5-14 years Does not have need for assistance” percent of “Males 5-14 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_5_14_No_need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 5-14 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.7. Males 5-14 years Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Males 5-14 years Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_5_14_Need_for_assistance'
    );

Measure “Males 5-14 years Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_5_14_Need_for_assistance'
    );

Measure “Males 5-14 years Has need for assistance” percent of “Males 5-14 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_5_14_Need_for_assistance',
      'denominator'
    );

Measure “Males 5-14 years Has need for assistance” percent of “Males 5-14 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_5_14_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 5-14 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.8. Males 5-14 years Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Males 5-14 years Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_5_14_Need_for_assistance_ns'
    );

Measure “Males 5-14 years Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_5_14_Need_for_assistance_ns'
    );

Measure “Males 5-14 years Need for assistance not stated” percent of “Males 5-14 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_5_14_Need_for_assistance_ns',
      'denominator'
    );

Measure “Males 5-14 years Need for assistance not stated” percent of “Males 5-14 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_5_14_Need_for_assistance_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 5-14 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.9. Males 15-19 years TotalΒΆ

Core Activity need for Assistance

Measure “Males 15-19 years Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_15_19_Tot'
    );

Measure “Males 15-19 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_15_19_Tot'
    );

Measure “Males 15-19 years Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_15_19_Tot',
      'denominator'
    );

Measure “Males 15-19 years Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_15_19_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.10. Males 15-19 years Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Males 15-19 years Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_15_19_No_need_for_assistnce'
    );

Measure “Males 15-19 years Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_15_19_No_need_for_assistnce'
    );

Measure “Males 15-19 years Does not have need for assistance” percent of “Males 15-19 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_15_19_No_need_for_assistnce',
      'denominator'
    );

Measure “Males 15-19 years Does not have need for assistance” percent of “Males 15-19 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_15_19_No_need_for_assistnce',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 15-19 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.11. Males 15-19 years Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Males 15-19 years Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_15_19_Need_for_assistance'
    );

Measure “Males 15-19 years Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_15_19_Need_for_assistance'
    );

Measure “Males 15-19 years Has need for assistance” percent of “Males 15-19 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_15_19_Need_for_assistance',
      'denominator'
    );

Measure “Males 15-19 years Has need for assistance” percent of “Males 15-19 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_15_19_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 15-19 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.12. Males 15-19 years Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Males 15-19 years Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_15_19_Need_for_assistnce_ns'
    );

Measure “Males 15-19 years Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_15_19_Need_for_assistnce_ns'
    );

Measure “Males 15-19 years Need for assistance not stated” percent of “Males 15-19 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_15_19_Need_for_assistnce_ns',
      'denominator'
    );

Measure “Males 15-19 years Need for assistance not stated” percent of “Males 15-19 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_15_19_Need_for_assistnce_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 15-19 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.13. Males 20-24 years TotalΒΆ

Core Activity need for Assistance

Measure “Males 20-24 years Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_20_24_Tot'
    );

Measure “Males 20-24 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_20_24_Tot'
    );

Measure “Males 20-24 years Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_20_24_Tot',
      'denominator'
    );

Measure “Males 20-24 years Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_20_24_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.14. Males 20-24 years Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Males 20-24 years Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_20_24_No_need_for_assistnce'
    );

Measure “Males 20-24 years Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_20_24_No_need_for_assistnce'
    );

Measure “Males 20-24 years Does not have need for assistance” percent of “Males 20-24 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_20_24_No_need_for_assistnce',
      'denominator'
    );

Measure “Males 20-24 years Does not have need for assistance” percent of “Males 20-24 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_20_24_No_need_for_assistnce',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 20-24 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.15. Males 20-24 years Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Males 20-24 years Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_20_24_Need_for_assistance'
    );

Measure “Males 20-24 years Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_20_24_Need_for_assistance'
    );

Measure “Males 20-24 years Has need for assistance” percent of “Males 20-24 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_20_24_Need_for_assistance',
      'denominator'
    );

Measure “Males 20-24 years Has need for assistance” percent of “Males 20-24 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_20_24_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 20-24 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.16. Males 20-24 years Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Males 20-24 years Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_20_24_Need_for_assistnce_ns'
    );

Measure “Males 20-24 years Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_20_24_Need_for_assistnce_ns'
    );

Measure “Males 20-24 years Need for assistance not stated” percent of “Males 20-24 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_20_24_Need_for_assistnce_ns',
      'denominator'
    );

Measure “Males 20-24 years Need for assistance not stated” percent of “Males 20-24 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_20_24_Need_for_assistnce_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 20-24 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.17. Males 25-34 years TotalΒΆ

Core Activity need for Assistance

Measure “Males 25-34 years Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_25_34_Tot'
    );

Measure “Males 25-34 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_25_34_Tot'
    );

Measure “Males 25-34 years Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_25_34_Tot',
      'denominator'
    );

Measure “Males 25-34 years Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_25_34_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.18. Males 25-34 years Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Males 25-34 years Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_25_34_No_need_for_assistnce'
    );

Measure “Males 25-34 years Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_25_34_No_need_for_assistnce'
    );

Measure “Males 25-34 years Does not have need for assistance” percent of “Males 25-34 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_25_34_No_need_for_assistnce',
      'denominator'
    );

Measure “Males 25-34 years Does not have need for assistance” percent of “Males 25-34 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_25_34_No_need_for_assistnce',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 25-34 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.19. Males 25-34 years Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Males 25-34 years Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_25_34_Need_for_assistance'
    );

Measure “Males 25-34 years Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_25_34_Need_for_assistance'
    );

Measure “Males 25-34 years Has need for assistance” percent of “Males 25-34 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_25_34_Need_for_assistance',
      'denominator'
    );

Measure “Males 25-34 years Has need for assistance” percent of “Males 25-34 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_25_34_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 25-34 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.20. Males 25-34 years Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Males 25-34 years Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_25_34_Need_for_assistnce_ns'
    );

Measure “Males 25-34 years Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_25_34_Need_for_assistnce_ns'
    );

Measure “Males 25-34 years Need for assistance not stated” percent of “Males 25-34 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_25_34_Need_for_assistnce_ns',
      'denominator'
    );

Measure “Males 25-34 years Need for assistance not stated” percent of “Males 25-34 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_25_34_Need_for_assistnce_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 25-34 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.21. Males 35-44 years TotalΒΆ

Core Activity need for Assistance

Measure “Males 35-44 years Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_35_44_Tot'
    );

Measure “Males 35-44 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_35_44_Tot'
    );

Measure “Males 35-44 years Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_35_44_Tot',
      'denominator'
    );

Measure “Males 35-44 years Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_35_44_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.22. Males 35-44 years Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Males 35-44 years Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_35_44_No_need_for_assistnce'
    );

Measure “Males 35-44 years Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_35_44_No_need_for_assistnce'
    );

Measure “Males 35-44 years Does not have need for assistance” percent of “Males 35-44 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_35_44_No_need_for_assistnce',
      'denominator'
    );

Measure “Males 35-44 years Does not have need for assistance” percent of “Males 35-44 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_35_44_No_need_for_assistnce',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 35-44 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.23. Males 35-44 years Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Males 35-44 years Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_35_44_Need_for_assistance'
    );

Measure “Males 35-44 years Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_35_44_Need_for_assistance'
    );

Measure “Males 35-44 years Has need for assistance” percent of “Males 35-44 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_35_44_Need_for_assistance',
      'denominator'
    );

Measure “Males 35-44 years Has need for assistance” percent of “Males 35-44 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_35_44_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 35-44 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.24. Males 35-44 years Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Males 35-44 years Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_35_44_Need_for_assistnce_ns'
    );

Measure “Males 35-44 years Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_35_44_Need_for_assistnce_ns'
    );

Measure “Males 35-44 years Need for assistance not stated” percent of “Males 35-44 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_35_44_Need_for_assistnce_ns',
      'denominator'
    );

Measure “Males 35-44 years Need for assistance not stated” percent of “Males 35-44 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_35_44_Need_for_assistnce_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 35-44 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.25. Males 45-54 years TotalΒΆ

Core Activity need for Assistance

Measure “Males 45-54 years Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_45_54_Tot'
    );

Measure “Males 45-54 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_45_54_Tot'
    );

Measure “Males 45-54 years Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_45_54_Tot',
      'denominator'
    );

Measure “Males 45-54 years Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_45_54_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.26. Males 45-54 years Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Males 45-54 years Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_45_54_No_need_for_assistnce'
    );

Measure “Males 45-54 years Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_45_54_No_need_for_assistnce'
    );

Measure “Males 45-54 years Does not have need for assistance” percent of “Males 45-54 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_45_54_No_need_for_assistnce',
      'denominator'
    );

Measure “Males 45-54 years Does not have need for assistance” percent of “Males 45-54 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_45_54_No_need_for_assistnce',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 45-54 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.27. Males 45-54 years Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Males 45-54 years Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_45_54_Need_for_assistance'
    );

Measure “Males 45-54 years Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_45_54_Need_for_assistance'
    );

Measure “Males 45-54 years Has need for assistance” percent of “Males 45-54 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_45_54_Need_for_assistance',
      'denominator'
    );

Measure “Males 45-54 years Has need for assistance” percent of “Males 45-54 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_45_54_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 45-54 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.28. Males 45-54 years Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Males 45-54 years Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_45_54_Need_for_assistnce_ns'
    );

Measure “Males 45-54 years Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_45_54_Need_for_assistnce_ns'
    );

Measure “Males 45-54 years Need for assistance not stated” percent of “Males 45-54 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_45_54_Need_for_assistnce_ns',
      'denominator'
    );

Measure “Males 45-54 years Need for assistance not stated” percent of “Males 45-54 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_45_54_Need_for_assistnce_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 45-54 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.29. Males 55-64 years TotalΒΆ

Core Activity need for Assistance

Measure “Males 55-64 years Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_55_64_Tot'
    );

Measure “Males 55-64 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_55_64_Tot'
    );

Measure “Males 55-64 years Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_55_64_Tot',
      'denominator'
    );

Measure “Males 55-64 years Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_55_64_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.30. Males 55-64 years Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Males 55-64 years Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_55_64_No_need_for_assistnce'
    );

Measure “Males 55-64 years Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_55_64_No_need_for_assistnce'
    );

Measure “Males 55-64 years Does not have need for assistance” percent of “Males 55-64 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_55_64_No_need_for_assistnce',
      'denominator'
    );

Measure “Males 55-64 years Does not have need for assistance” percent of “Males 55-64 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_55_64_No_need_for_assistnce',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 55-64 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.31. Males 55-64 years Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Males 55-64 years Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_55_64_Need_for_assistance'
    );

Measure “Males 55-64 years Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_55_64_Need_for_assistance'
    );

Measure “Males 55-64 years Has need for assistance” percent of “Males 55-64 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_55_64_Need_for_assistance',
      'denominator'
    );

Measure “Males 55-64 years Has need for assistance” percent of “Males 55-64 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_55_64_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 55-64 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.32. Males 55-64 years Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Males 55-64 years Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_55_64_Need_for_assistnce_ns'
    );

Measure “Males 55-64 years Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_55_64_Need_for_assistnce_ns'
    );

Measure “Males 55-64 years Need for assistance not stated” percent of “Males 55-64 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_55_64_Need_for_assistnce_ns',
      'denominator'
    );

Measure “Males 55-64 years Need for assistance not stated” percent of “Males 55-64 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_55_64_Need_for_assistnce_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 55-64 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.33. Males 65-74 years TotalΒΆ

Core Activity need for Assistance

Measure “Males 65-74 years Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_65_74_Tot'
    );

Measure “Males 65-74 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_65_74_Tot'
    );

Measure “Males 65-74 years Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_65_74_Tot',
      'denominator'
    );

Measure “Males 65-74 years Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_65_74_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.34. Males 65-74 years Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Males 65-74 years Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_65_74_No_need_for_assistnce'
    );

Measure “Males 65-74 years Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_65_74_No_need_for_assistnce'
    );

Measure “Males 65-74 years Does not have need for assistance” percent of “Males 65-74 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_65_74_No_need_for_assistnce',
      'denominator'
    );

Measure “Males 65-74 years Does not have need for assistance” percent of “Males 65-74 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_65_74_No_need_for_assistnce',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 65-74 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.35. Males 65-74 years Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Males 65-74 years Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_65_74_Need_for_assistance'
    );

Measure “Males 65-74 years Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_65_74_Need_for_assistance'
    );

Measure “Males 65-74 years Has need for assistance” percent of “Males 65-74 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_65_74_Need_for_assistance',
      'denominator'
    );

Measure “Males 65-74 years Has need for assistance” percent of “Males 65-74 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_65_74_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 65-74 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.36. Males 65-74 years Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Males 65-74 years Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_65_74_Need_for_assistnce_ns'
    );

Measure “Males 65-74 years Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_65_74_Need_for_assistnce_ns'
    );

Measure “Males 65-74 years Need for assistance not stated” percent of “Males 65-74 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_65_74_Need_for_assistnce_ns',
      'denominator'
    );

Measure “Males 65-74 years Need for assistance not stated” percent of “Males 65-74 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_65_74_Need_for_assistnce_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 65-74 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.37. Males 75-84 years TotalΒΆ

Core Activity need for Assistance

Measure “Males 75-84 years Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_75_84_Tot'
    );

Measure “Males 75-84 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_75_84_Tot'
    );

Measure “Males 75-84 years Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_75_84_Tot',
      'denominator'
    );

Measure “Males 75-84 years Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_75_84_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.38. Males 75-84 years Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Males 75-84 years Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_75_84_No_need_for_assistnce'
    );

Measure “Males 75-84 years Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_75_84_No_need_for_assistnce'
    );

Measure “Males 75-84 years Does not have need for assistance” percent of “Males 75-84 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_75_84_No_need_for_assistnce',
      'denominator'
    );

Measure “Males 75-84 years Does not have need for assistance” percent of “Males 75-84 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_75_84_No_need_for_assistnce',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 75-84 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.39. Males 75-84 years Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Males 75-84 years Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_75_84_Need_for_assistance'
    );

Measure “Males 75-84 years Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_75_84_Need_for_assistance'
    );

Measure “Males 75-84 years Has need for assistance” percent of “Males 75-84 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_75_84_Need_for_assistance',
      'denominator'
    );

Measure “Males 75-84 years Has need for assistance” percent of “Males 75-84 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_75_84_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 75-84 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.40. Males 75-84 years Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Males 75-84 years Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_75_84_Need_for_assistnce_ns'
    );

Measure “Males 75-84 years Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_75_84_Need_for_assistnce_ns'
    );

Measure “Males 75-84 years Need for assistance not stated” percent of “Males 75-84 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_75_84_Need_for_assistnce_ns',
      'denominator'
    );

Measure “Males 75-84 years Need for assistance not stated” percent of “Males 75-84 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_75_84_Need_for_assistnce_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 75-84 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.41. Males 85 years and over TotalΒΆ

Core Activity need for Assistance

Measure “Males 85 years and over Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_85_over_Tot'
    );

Measure “Males 85 years and over Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_85_over_Tot'
    );

Measure “Males 85 years and over Total” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_85_over_Tot',
      'denominator'
    );

Measure “Males 85 years and over Total” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_85_over_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.42. Males 85 years and over Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Males 85 years and over Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_85_ov_No_need_for_assistnce'
    );

Measure “Males 85 years and over Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_85_ov_No_need_for_assistnce'
    );

Measure “Males 85 years and over Does not have need for assistance” percent of “Males 85 years and over Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_85_ov_No_need_for_assistnce',
      'denominator'
    );

Measure “Males 85 years and over Does not have need for assistance” percent of “Males 85 years and over Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_85_ov_No_need_for_assistnce',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 85 years and over Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.43. Males 85 years and over Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Males 85 years and over Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_85_over_Need_for_assistance'
    );

Measure “Males 85 years and over Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_85_over_Need_for_assistance'
    );

Measure “Males 85 years and over Has need for assistance” percent of “Males 85 years and over Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_85_over_Need_for_assistance',
      'denominator'
    );

Measure “Males 85 years and over Has need for assistance” percent of “Males 85 years and over Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_85_over_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 85 years and over Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.44. Males 85 years and over Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Males 85 years and over Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_85_ov_Need_for_assistnce_ns'
    );

Measure “Males 85 years and over Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_85_ov_Need_for_assistnce_ns'
    );

Measure “Males 85 years and over Need for assistance not stated” percent of “Males 85 years and over Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_85_ov_Need_for_assistnce_ns',
      'denominator'
    );

Measure “Males 85 years and over Need for assistance not stated” percent of “Males 85 years and over Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_85_ov_Need_for_assistnce_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males 85 years and over Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.45. Males Total Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Males Total Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_Tot_No_need_for_assistance'
    );

Measure “Males Total Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_Tot_No_need_for_assistance'
    );

Measure “Males Total Does not have need for assistance” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_Tot_No_need_for_assistance',
      'denominator'
    );

Measure “Males Total Does not have need for assistance” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_Tot_No_need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.46. Males Total Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Males Total Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_Tot_Need_for_assistance'
    );

Measure “Males Total Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_Tot_Need_for_assistance'
    );

Measure “Males Total Has need for assistance” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_Tot_Need_for_assistance',
      'denominator'
    );

Measure “Males Total Has need for assistance” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_Tot_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.2.47. Males Total Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Males Total Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_Tot_Need_for_assistance_ns'
    );

Measure “Males Total Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_Tot_Need_for_assistance_ns'
    );

Measure “Males Total Need for assistance not stated” percent of “Males Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_M_Tot_Need_for_assistance_ns',
      'denominator'
    );

Measure “Males Total Need for assistance not stated” percent of “Males Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_M_Tot_Need_for_assistance_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Males Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.3. Persons 0-4 years TotalΒΆ

Core Activity need for Assistance

Measure “Persons 0-4 years Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_0_4_yrs_Tot'
    );

Measure “Persons 0-4 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_0_4_yrs_Tot'
    );

Measure “Persons 0-4 years Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_0_4_yrs_Tot',
      'denominator'
    );

Measure “Persons 0-4 years Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_0_4_yrs_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.3.1. Persons 0-4 years Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Persons 0-4 years Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_0_4_No_need_for_assistance'
    );

Measure “Persons 0-4 years Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_0_4_No_need_for_assistance'
    );

Measure “Persons 0-4 years Does not have need for assistance” percent of “Persons 0-4 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_0_4_No_need_for_assistance',
      'denominator'
    );

Measure “Persons 0-4 years Does not have need for assistance” percent of “Persons 0-4 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_0_4_No_need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 0-4 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.3.2. Persons 0-4 years Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Persons 0-4 years Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_0_4_yrs_Need_for_assistance'
    );

Measure “Persons 0-4 years Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_0_4_yrs_Need_for_assistance'
    );

Measure “Persons 0-4 years Has need for assistance” percent of “Persons 0-4 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_0_4_yrs_Need_for_assistance',
      'denominator'
    );

Measure “Persons 0-4 years Has need for assistance” percent of “Persons 0-4 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_0_4_yrs_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 0-4 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.3.3. Persons 0-4 years Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Persons 0-4 years Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_0_4_Need_for_assistance_ns'
    );

Measure “Persons 0-4 years Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_0_4_Need_for_assistance_ns'
    );

Measure “Persons 0-4 years Need for assistance not stated” percent of “Persons 0-4 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_0_4_Need_for_assistance_ns',
      'denominator'
    );

Measure “Persons 0-4 years Need for assistance not stated” percent of “Persons 0-4 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_0_4_Need_for_assistance_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 0-4 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.4. Persons 5-14 years TotalΒΆ

Core Activity need for Assistance

Measure “Persons 5-14 years Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_5_14_yrs_Tot'
    );

Measure “Persons 5-14 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_5_14_yrs_Tot'
    );

Measure “Persons 5-14 years Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_5_14_yrs_Tot',
      'denominator'
    );

Measure “Persons 5-14 years Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_5_14_yrs_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.4.1. Persons 5-14 years Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Persons 5-14 years Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_5_14_No_need_for_assistance'
    );

Measure “Persons 5-14 years Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_5_14_No_need_for_assistance'
    );

Measure “Persons 5-14 years Does not have need for assistance” percent of “Persons 5-14 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_5_14_No_need_for_assistance',
      'denominator'
    );

Measure “Persons 5-14 years Does not have need for assistance” percent of “Persons 5-14 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_5_14_No_need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 5-14 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.4.2. Persons 5-14 years Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Persons 5-14 years Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_5_14_Need_for_assistance'
    );

Measure “Persons 5-14 years Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_5_14_Need_for_assistance'
    );

Measure “Persons 5-14 years Has need for assistance” percent of “Persons 5-14 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_5_14_Need_for_assistance',
      'denominator'
    );

Measure “Persons 5-14 years Has need for assistance” percent of “Persons 5-14 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_5_14_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 5-14 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.4.3. Persons 5-14 years Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Persons 5-14 years Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_5_14_Need_for_assistance_ns'
    );

Measure “Persons 5-14 years Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_5_14_Need_for_assistance_ns'
    );

Measure “Persons 5-14 years Need for assistance not stated” percent of “Persons 5-14 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_5_14_Need_for_assistance_ns',
      'denominator'
    );

Measure “Persons 5-14 years Need for assistance not stated” percent of “Persons 5-14 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_5_14_Need_for_assistance_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 5-14 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.5. Persons 15-19 years TotalΒΆ

Core Activity need for Assistance

Measure “Persons 15-19 years Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_15_19_Tot'
    );

Measure “Persons 15-19 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_15_19_Tot'
    );

Measure “Persons 15-19 years Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_15_19_Tot',
      'denominator'
    );

Measure “Persons 15-19 years Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_15_19_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.5.1. Persons 15-19 years Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Persons 15-19 years Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_15_19_No_need_for_assistnce'
    );

Measure “Persons 15-19 years Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_15_19_No_need_for_assistnce'
    );

Measure “Persons 15-19 years Does not have need for assistance” percent of “Persons 15-19 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_15_19_No_need_for_assistnce',
      'denominator'
    );

Measure “Persons 15-19 years Does not have need for assistance” percent of “Persons 15-19 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_15_19_No_need_for_assistnce',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 15-19 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.5.2. Persons 15-19 years Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Persons 15-19 years Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_15_19_Need_for_assistance'
    );

Measure “Persons 15-19 years Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_15_19_Need_for_assistance'
    );

Measure “Persons 15-19 years Has need for assistance” percent of “Persons 15-19 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_15_19_Need_for_assistance',
      'denominator'
    );

Measure “Persons 15-19 years Has need for assistance” percent of “Persons 15-19 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_15_19_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 15-19 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.5.3. Persons 15-19 years Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Persons 15-19 years Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_15_19_Need_for_assistnce_ns'
    );

Measure “Persons 15-19 years Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_15_19_Need_for_assistnce_ns'
    );

Measure “Persons 15-19 years Need for assistance not stated” percent of “Persons 15-19 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_15_19_Need_for_assistnce_ns',
      'denominator'
    );

Measure “Persons 15-19 years Need for assistance not stated” percent of “Persons 15-19 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_15_19_Need_for_assistnce_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 15-19 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.6. Persons 20-24 years TotalΒΆ

Core Activity need for Assistance

Measure “Persons 20-24 years Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_20_24_Tot'
    );

Measure “Persons 20-24 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_20_24_Tot'
    );

Measure “Persons 20-24 years Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_20_24_Tot',
      'denominator'
    );

Measure “Persons 20-24 years Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_20_24_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.6.1. Persons 20-24 years Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Persons 20-24 years Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_20_24_No_need_for_assistnce'
    );

Measure “Persons 20-24 years Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_20_24_No_need_for_assistnce'
    );

Measure “Persons 20-24 years Does not have need for assistance” percent of “Persons 20-24 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_20_24_No_need_for_assistnce',
      'denominator'
    );

Measure “Persons 20-24 years Does not have need for assistance” percent of “Persons 20-24 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_20_24_No_need_for_assistnce',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 20-24 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.6.2. Persons 20-24 years Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Persons 20-24 years Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_20_24_Need_for_assistance'
    );

Measure “Persons 20-24 years Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_20_24_Need_for_assistance'
    );

Measure “Persons 20-24 years Has need for assistance” percent of “Persons 20-24 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_20_24_Need_for_assistance',
      'denominator'
    );

Measure “Persons 20-24 years Has need for assistance” percent of “Persons 20-24 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_20_24_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 20-24 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.6.3. Persons 20-24 years Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Persons 20-24 years Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_20_24_Need_for_assistnce_ns'
    );

Measure “Persons 20-24 years Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_20_24_Need_for_assistnce_ns'
    );

Measure “Persons 20-24 years Need for assistance not stated” percent of “Persons 20-24 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_20_24_Need_for_assistnce_ns',
      'denominator'
    );

Measure “Persons 20-24 years Need for assistance not stated” percent of “Persons 20-24 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_20_24_Need_for_assistnce_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 20-24 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.7. Persons 25-34 years TotalΒΆ

Core Activity need for Assistance

Measure “Persons 25-34 years Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_25_34_Tot'
    );

Measure “Persons 25-34 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_25_34_Tot'
    );

Measure “Persons 25-34 years Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_25_34_Tot',
      'denominator'
    );

Measure “Persons 25-34 years Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_25_34_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.7.1. Persons 25-34 years Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Persons 25-34 years Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_25_34_No_need_for_assistnce'
    );

Measure “Persons 25-34 years Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_25_34_No_need_for_assistnce'
    );

Measure “Persons 25-34 years Does not have need for assistance” percent of “Persons 25-34 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_25_34_No_need_for_assistnce',
      'denominator'
    );

Measure “Persons 25-34 years Does not have need for assistance” percent of “Persons 25-34 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_25_34_No_need_for_assistnce',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 25-34 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.7.2. Persons 25-34 years Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Persons 25-34 years Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_25_34_Need_for_assistance'
    );

Measure “Persons 25-34 years Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_25_34_Need_for_assistance'
    );

Measure “Persons 25-34 years Has need for assistance” percent of “Persons 25-34 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_25_34_Need_for_assistance',
      'denominator'
    );

Measure “Persons 25-34 years Has need for assistance” percent of “Persons 25-34 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_25_34_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 25-34 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.7.3. Persons 25-34 years Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Persons 25-34 years Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_25_34_Need_for_assistnce_ns'
    );

Measure “Persons 25-34 years Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_25_34_Need_for_assistnce_ns'
    );

Measure “Persons 25-34 years Need for assistance not stated” percent of “Persons 25-34 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_25_34_Need_for_assistnce_ns',
      'denominator'
    );

Measure “Persons 25-34 years Need for assistance not stated” percent of “Persons 25-34 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_25_34_Need_for_assistnce_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 25-34 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.8. Persons 35-44 years TotalΒΆ

Core Activity need for Assistance

Measure “Persons 35-44 years Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_35_44_Tot'
    );

Measure “Persons 35-44 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_35_44_Tot'
    );

Measure “Persons 35-44 years Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_35_44_Tot',
      'denominator'
    );

Measure “Persons 35-44 years Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_35_44_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.8.1. Persons 35-44 years Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Persons 35-44 years Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_35_44_No_need_for_assistnce'
    );

Measure “Persons 35-44 years Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_35_44_No_need_for_assistnce'
    );

Measure “Persons 35-44 years Does not have need for assistance” percent of “Persons 35-44 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_35_44_No_need_for_assistnce',
      'denominator'
    );

Measure “Persons 35-44 years Does not have need for assistance” percent of “Persons 35-44 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_35_44_No_need_for_assistnce',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 35-44 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.8.2. Persons 35-44 years Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Persons 35-44 years Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_35_44_Need_for_assistance'
    );

Measure “Persons 35-44 years Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_35_44_Need_for_assistance'
    );

Measure “Persons 35-44 years Has need for assistance” percent of “Persons 35-44 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_35_44_Need_for_assistance',
      'denominator'
    );

Measure “Persons 35-44 years Has need for assistance” percent of “Persons 35-44 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_35_44_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 35-44 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.8.3. Persons 35-44 years Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Persons 35-44 years Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_35_44_Need_for_assistnce_ns'
    );

Measure “Persons 35-44 years Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_35_44_Need_for_assistnce_ns'
    );

Measure “Persons 35-44 years Need for assistance not stated” percent of “Persons 35-44 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_35_44_Need_for_assistnce_ns',
      'denominator'
    );

Measure “Persons 35-44 years Need for assistance not stated” percent of “Persons 35-44 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_35_44_Need_for_assistnce_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 35-44 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.9. Persons 45-54 years TotalΒΆ

Core Activity need for Assistance

Measure “Persons 45-54 years Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_45_54_Tot'
    );

Measure “Persons 45-54 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_45_54_Tot'
    );

Measure “Persons 45-54 years Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_45_54_Tot',
      'denominator'
    );

Measure “Persons 45-54 years Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_45_54_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.9.1. Persons 45-54 years Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Persons 45-54 years Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_45_54_No_need_for_assistnce'
    );

Measure “Persons 45-54 years Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_45_54_No_need_for_assistnce'
    );

Measure “Persons 45-54 years Does not have need for assistance” percent of “Persons 45-54 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_45_54_No_need_for_assistnce',
      'denominator'
    );

Measure “Persons 45-54 years Does not have need for assistance” percent of “Persons 45-54 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_45_54_No_need_for_assistnce',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 45-54 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.9.2. Persons 45-54 years Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Persons 45-54 years Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_45_54_Need_for_assistance'
    );

Measure “Persons 45-54 years Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_45_54_Need_for_assistance'
    );

Measure “Persons 45-54 years Has need for assistance” percent of “Persons 45-54 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_45_54_Need_for_assistance',
      'denominator'
    );

Measure “Persons 45-54 years Has need for assistance” percent of “Persons 45-54 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_45_54_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 45-54 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.9.3. Persons 45-54 years Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Persons 45-54 years Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_45_54_Need_for_assistnce_ns'
    );

Measure “Persons 45-54 years Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_45_54_Need_for_assistnce_ns'
    );

Measure “Persons 45-54 years Need for assistance not stated” percent of “Persons 45-54 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_45_54_Need_for_assistnce_ns',
      'denominator'
    );

Measure “Persons 45-54 years Need for assistance not stated” percent of “Persons 45-54 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_45_54_Need_for_assistnce_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 45-54 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.10. Persons 55-64 years TotalΒΆ

Core Activity need for Assistance

Measure “Persons 55-64 years Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_55_64_Tot'
    );

Measure “Persons 55-64 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_55_64_Tot'
    );

Measure “Persons 55-64 years Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_55_64_Tot',
      'denominator'
    );

Measure “Persons 55-64 years Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_55_64_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.10.1. Persons 55-64 years Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Persons 55-64 years Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_55_64_No_need_for_assistnce'
    );

Measure “Persons 55-64 years Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_55_64_No_need_for_assistnce'
    );

Measure “Persons 55-64 years Does not have need for assistance” percent of “Persons 55-64 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_55_64_No_need_for_assistnce',
      'denominator'
    );

Measure “Persons 55-64 years Does not have need for assistance” percent of “Persons 55-64 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_55_64_No_need_for_assistnce',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 55-64 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.10.2. Persons 55-64 years Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Persons 55-64 years Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_55_64_Need_for_assistance'
    );

Measure “Persons 55-64 years Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_55_64_Need_for_assistance'
    );

Measure “Persons 55-64 years Has need for assistance” percent of “Persons 55-64 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_55_64_Need_for_assistance',
      'denominator'
    );

Measure “Persons 55-64 years Has need for assistance” percent of “Persons 55-64 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_55_64_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 55-64 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.10.3. Persons 55-64 years Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Persons 55-64 years Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_55_64_Need_for_assistnce_ns'
    );

Measure “Persons 55-64 years Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_55_64_Need_for_assistnce_ns'
    );

Measure “Persons 55-64 years Need for assistance not stated” percent of “Persons 55-64 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_55_64_Need_for_assistnce_ns',
      'denominator'
    );

Measure “Persons 55-64 years Need for assistance not stated” percent of “Persons 55-64 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_55_64_Need_for_assistnce_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 55-64 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.11. Persons 65-74 years TotalΒΆ

Core Activity need for Assistance

Measure “Persons 65-74 years Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_65_74_Tot'
    );

Measure “Persons 65-74 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_65_74_Tot'
    );

Measure “Persons 65-74 years Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_65_74_Tot',
      'denominator'
    );

Measure “Persons 65-74 years Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_65_74_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.11.1. Persons 65-74 years Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Persons 65-74 years Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_65_74_No_need_for_assistnce'
    );

Measure “Persons 65-74 years Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_65_74_No_need_for_assistnce'
    );

Measure “Persons 65-74 years Does not have need for assistance” percent of “Persons 65-74 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_65_74_No_need_for_assistnce',
      'denominator'
    );

Measure “Persons 65-74 years Does not have need for assistance” percent of “Persons 65-74 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_65_74_No_need_for_assistnce',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 65-74 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.11.2. Persons 65-74 years Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Persons 65-74 years Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_65_74_Need_for_assistance'
    );

Measure “Persons 65-74 years Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_65_74_Need_for_assistance'
    );

Measure “Persons 65-74 years Has need for assistance” percent of “Persons 65-74 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_65_74_Need_for_assistance',
      'denominator'
    );

Measure “Persons 65-74 years Has need for assistance” percent of “Persons 65-74 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_65_74_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 65-74 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.11.3. Persons 65-74 years Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Persons 65-74 years Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_65_74_Need_for_assistnce_ns'
    );

Measure “Persons 65-74 years Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_65_74_Need_for_assistnce_ns'
    );

Measure “Persons 65-74 years Need for assistance not stated” percent of “Persons 65-74 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_65_74_Need_for_assistnce_ns',
      'denominator'
    );

Measure “Persons 65-74 years Need for assistance not stated” percent of “Persons 65-74 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_65_74_Need_for_assistnce_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 65-74 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.12. Persons 75-84 years TotalΒΆ

Core Activity need for Assistance

Measure “Persons 75-84 years Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_75_84_Tot'
    );

Measure “Persons 75-84 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_75_84_Tot'
    );

Measure “Persons 75-84 years Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_75_84_Tot',
      'denominator'
    );

Measure “Persons 75-84 years Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_75_84_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.12.1. Persons 75-84 years Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Persons 75-84 years Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_75_84_No_need_for_assistnce'
    );

Measure “Persons 75-84 years Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_75_84_No_need_for_assistnce'
    );

Measure “Persons 75-84 years Does not have need for assistance” percent of “Persons 75-84 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_75_84_No_need_for_assistnce',
      'denominator'
    );

Measure “Persons 75-84 years Does not have need for assistance” percent of “Persons 75-84 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_75_84_No_need_for_assistnce',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 75-84 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.12.2. Persons 75-84 years Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Persons 75-84 years Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_75_84_Need_for_assistance'
    );

Measure “Persons 75-84 years Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_75_84_Need_for_assistance'
    );

Measure “Persons 75-84 years Has need for assistance” percent of “Persons 75-84 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_75_84_Need_for_assistance',
      'denominator'
    );

Measure “Persons 75-84 years Has need for assistance” percent of “Persons 75-84 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_75_84_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 75-84 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.12.3. Persons 75-84 years Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Persons 75-84 years Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_75_84_Need_for_assistnce_ns'
    );

Measure “Persons 75-84 years Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_75_84_Need_for_assistnce_ns'
    );

Measure “Persons 75-84 years Need for assistance not stated” percent of “Persons 75-84 years Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_75_84_Need_for_assistnce_ns',
      'denominator'
    );

Measure “Persons 75-84 years Need for assistance not stated” percent of “Persons 75-84 years Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_75_84_Need_for_assistnce_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 75-84 years Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.13. Persons 85 years and over TotalΒΆ

Core Activity need for Assistance

Measure “Persons 85 years and over Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_85_over_Tot'
    );

Measure “Persons 85 years and over Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_85_over_Tot'
    );

Measure “Persons 85 years and over Total” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_85_over_Tot',
      'denominator'
    );

Measure “Persons 85 years and over Total” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_85_over_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.13.1. Persons 85 years and over Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Persons 85 years and over Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_85_ov_No_need_for_assistnce'
    );

Measure “Persons 85 years and over Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_85_ov_No_need_for_assistnce'
    );

Measure “Persons 85 years and over Does not have need for assistance” percent of “Persons 85 years and over Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_85_ov_No_need_for_assistnce',
      'denominator'
    );

Measure “Persons 85 years and over Does not have need for assistance” percent of “Persons 85 years and over Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_85_ov_No_need_for_assistnce',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 85 years and over Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.13.2. Persons 85 years and over Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Persons 85 years and over Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_85_over_Need_for_assistance'
    );

Measure “Persons 85 years and over Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_85_over_Need_for_assistance'
    );

Measure “Persons 85 years and over Has need for assistance” percent of “Persons 85 years and over Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_85_over_Need_for_assistance',
      'denominator'
    );

Measure “Persons 85 years and over Has need for assistance” percent of “Persons 85 years and over Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_85_over_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 85 years and over Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.13.3. Persons 85 years and over Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Persons 85 years and over Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_85_ov_Need_for_assistnce_ns'
    );

Measure “Persons 85 years and over Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_85_ov_Need_for_assistnce_ns'
    );

Measure “Persons 85 years and over Need for assistance not stated” percent of “Persons 85 years and over Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_85_ov_Need_for_assistnce_ns',
      'denominator'
    );

Measure “Persons 85 years and over Need for assistance not stated” percent of “Persons 85 years and over Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_85_ov_Need_for_assistnce_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons 85 years and over Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.14. Persons Total Does not have need for assistanceΒΆ

Core Activity need for Assistance

Measure “Persons Total Does not have need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_Tot_No_need_for_assistance'
    );

Measure “Persons Total Does not have need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_Tot_No_need_for_assistance'
    );

Measure “Persons Total Does not have need for assistance” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_Tot_No_need_for_assistance',
      'denominator'
    );

Measure “Persons Total Does not have need for assistance” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_Tot_No_need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.15. Persons Total Has need for assistanceΒΆ

Core Activity need for Assistance

Measure “Persons Total Has need for assistance” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_Tot_Need_for_assistance'
    );

Measure “Persons Total Has need for assistance” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_Tot_Need_for_assistance'
    );

Measure “Persons Total Has need for assistance” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_Tot_Need_for_assistance',
      'denominator'
    );

Measure “Persons Total Has need for assistance” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_Tot_Need_for_assistance',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.3.16. Persons Total Need for assistance not statedΒΆ

Core Activity need for Assistance

Measure “Persons Total Need for assistance not stated” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_Tot_Need_for_assistance_ns'
    );

Measure “Persons Total Need for assistance not stated” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_Tot_Need_for_assistance_ns'
    );

Measure “Persons Total Need for assistance not stated” percent of “Persons Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B18_P_Tot_Need_for_assistance_ns',
      'denominator'
    );

Measure “Persons Total Need for assistance not stated” percent of “Persons Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B18_P_Tot_Need_for_assistance_ns',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Persons Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4. Total TotalΒΆ

Total Family Income (Weekly)

Measure “Total Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_Tot_Tot'
    );

Measure “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_Tot_Tot'
    );

Measure “Total Total” percent of “Total Families” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_Tot_Tot',
      'denominator'
    );

Measure “Total Total” percent of “Total Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_Tot_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total Families
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.1. 1-199 TotalΒΆ

Total Family Income (Weekly)

Measure “1-199 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1_199_Tot'
    );

Measure “1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1_199_Tot'
    );

Measure “1-199 Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1_199_Tot',
      'denominator'
    );

Measure “1-199 Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1_199_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.1.1. 1-199 Couple family with childrenΒΆ

Total Family Income (Weekly)

Measure “1-199 Couple family with children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1_199_cpl_fam_with_child'
    );

Measure “1-199 Couple family with children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1_199_cpl_fam_with_child'
    );

Measure “1-199 Couple family with children” percent of “1-199 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1_199_cpl_fam_with_child',
      'denominator'
    );

Measure “1-199 Couple family with children” percent of “1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1_199_cpl_fam_with_child',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:1-199 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.1.2. 1-199 Couple family with no childrenΒΆ

Total Family Income (Weekly)

Measure “1-199 Couple family with no children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1_199_cpl_fam_no_child'
    );

Measure “1-199 Couple family with no children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1_199_cpl_fam_no_child'
    );

Measure “1-199 Couple family with no children” percent of “1-199 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1_199_cpl_fam_no_child',
      'denominator'
    );

Measure “1-199 Couple family with no children” percent of “1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1_199_cpl_fam_no_child',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:1-199 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.1.3. 1-199 One parent familyΒΆ

Total Family Income (Weekly)

Measure “1-199 One parent family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1_199_One_parent_fam'
    );

Measure “1-199 One parent family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1_199_One_parent_fam'
    );

Measure “1-199 One parent family” percent of “1-199 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1_199_One_parent_fam',
      'denominator'
    );

Measure “1-199 One parent family” percent of “1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1_199_One_parent_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:1-199 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.1.4. 1-199 Other familyΒΆ

Total Family Income (Weekly)

Measure “1-199 Other family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1_199_Other_fam'
    );

Measure “1-199 Other family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1_199_Other_fam'
    );

Measure “1-199 Other family” percent of “1-199 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1_199_Other_fam',
      'denominator'
    );

Measure “1-199 Other family” percent of “1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1_199_Other_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:1-199 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.2. 200-299 TotalΒΆ

Total Family Income (Weekly)

Measure “200-299 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_200_299_Tot'
    );

Measure “200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_200_299_Tot'
    );

Measure “200-299 Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_200_299_Tot',
      'denominator'
    );

Measure “200-299 Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_200_299_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.2.1. 200-299 Couple family with childrenΒΆ

Total Family Income (Weekly)

Measure “200-299 Couple family with children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_200_299_cpl_fam_with_child'
    );

Measure “200-299 Couple family with children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_200_299_cpl_fam_with_child'
    );

Measure “200-299 Couple family with children” percent of “200-299 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_200_299_cpl_fam_with_child',
      'denominator'
    );

Measure “200-299 Couple family with children” percent of “200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_200_299_cpl_fam_with_child',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:200-299 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.2.2. 200-299 Couple family with no childrenΒΆ

Total Family Income (Weekly)

Measure “200-299 Couple family with no children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_200_299_cpl_fam_no_child'
    );

Measure “200-299 Couple family with no children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_200_299_cpl_fam_no_child'
    );

Measure “200-299 Couple family with no children” percent of “200-299 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_200_299_cpl_fam_no_child',
      'denominator'
    );

Measure “200-299 Couple family with no children” percent of “200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_200_299_cpl_fam_no_child',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:200-299 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.2.3. 200-299 One parent familyΒΆ

Total Family Income (Weekly)

Measure “200-299 One parent family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_200_299_One_parent_fam'
    );

Measure “200-299 One parent family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_200_299_One_parent_fam'
    );

Measure “200-299 One parent family” percent of “200-299 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_200_299_One_parent_fam',
      'denominator'
    );

Measure “200-299 One parent family” percent of “200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_200_299_One_parent_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:200-299 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.2.4. 200-299 Other familyΒΆ

Total Family Income (Weekly)

Measure “200-299 Other family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_200_299_Other_fam'
    );

Measure “200-299 Other family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_200_299_Other_fam'
    );

Measure “200-299 Other family” percent of “200-299 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_200_299_Other_fam',
      'denominator'
    );

Measure “200-299 Other family” percent of “200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_200_299_Other_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:200-299 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.3. 300-399 TotalΒΆ

Total Family Income (Weekly)

Measure “300-399 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_300_399_Tot'
    );

Measure “300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_300_399_Tot'
    );

Measure “300-399 Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_300_399_Tot',
      'denominator'
    );

Measure “300-399 Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_300_399_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.3.1. 300-399 Couple family with childrenΒΆ

Total Family Income (Weekly)

Measure “300-399 Couple family with children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_300_399_cpl_fam_with_child'
    );

Measure “300-399 Couple family with children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_300_399_cpl_fam_with_child'
    );

Measure “300-399 Couple family with children” percent of “300-399 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_300_399_cpl_fam_with_child',
      'denominator'
    );

Measure “300-399 Couple family with children” percent of “300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_300_399_cpl_fam_with_child',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:300-399 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.3.2. 300-399 Couple family with no childrenΒΆ

Total Family Income (Weekly)

Measure “300-399 Couple family with no children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_300_399_cpl_fam_no_child'
    );

Measure “300-399 Couple family with no children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_300_399_cpl_fam_no_child'
    );

Measure “300-399 Couple family with no children” percent of “300-399 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_300_399_cpl_fam_no_child',
      'denominator'
    );

Measure “300-399 Couple family with no children” percent of “300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_300_399_cpl_fam_no_child',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:300-399 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.3.3. 300-399 One parent familyΒΆ

Total Family Income (Weekly)

Measure “300-399 One parent family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_300_399_One_parent_fam'
    );

Measure “300-399 One parent family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_300_399_One_parent_fam'
    );

Measure “300-399 One parent family” percent of “300-399 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_300_399_One_parent_fam',
      'denominator'
    );

Measure “300-399 One parent family” percent of “300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_300_399_One_parent_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:300-399 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.3.4. 300-399 Other familyΒΆ

Total Family Income (Weekly)

Measure “300-399 Other family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_300_399_Other_fam'
    );

Measure “300-399 Other family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_300_399_Other_fam'
    );

Measure “300-399 Other family” percent of “300-399 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_300_399_Other_fam',
      'denominator'
    );

Measure “300-399 Other family” percent of “300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_300_399_Other_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:300-399 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.4. 400-599 TotalΒΆ

Total Family Income (Weekly)

Measure “400-599 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_400_599_Tot'
    );

Measure “400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_400_599_Tot'
    );

Measure “400-599 Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_400_599_Tot',
      'denominator'
    );

Measure “400-599 Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_400_599_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.4.1. 400-599 Couple family with childrenΒΆ

Total Family Income (Weekly)

Measure “400-599 Couple family with children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_400_599_cpl_fam_with_child'
    );

Measure “400-599 Couple family with children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_400_599_cpl_fam_with_child'
    );

Measure “400-599 Couple family with children” percent of “400-599 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_400_599_cpl_fam_with_child',
      'denominator'
    );

Measure “400-599 Couple family with children” percent of “400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_400_599_cpl_fam_with_child',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:400-599 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.4.2. 400-599 Couple family with no childrenΒΆ

Total Family Income (Weekly)

Measure “400-599 Couple family with no children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_400_599_cpl_fam_no_child'
    );

Measure “400-599 Couple family with no children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_400_599_cpl_fam_no_child'
    );

Measure “400-599 Couple family with no children” percent of “400-599 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_400_599_cpl_fam_no_child',
      'denominator'
    );

Measure “400-599 Couple family with no children” percent of “400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_400_599_cpl_fam_no_child',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:400-599 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.4.3. 400-599 One parent familyΒΆ

Total Family Income (Weekly)

Measure “400-599 One parent family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_400_599_One_parent_fam'
    );

Measure “400-599 One parent family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_400_599_One_parent_fam'
    );

Measure “400-599 One parent family” percent of “400-599 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_400_599_One_parent_fam',
      'denominator'
    );

Measure “400-599 One parent family” percent of “400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_400_599_One_parent_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:400-599 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.4.4. 400-599 Other familyΒΆ

Total Family Income (Weekly)

Measure “400-599 Other family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_400_599_Other_fam'
    );

Measure “400-599 Other family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_400_599_Other_fam'
    );

Measure “400-599 Other family” percent of “400-599 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_400_599_Other_fam',
      'denominator'
    );

Measure “400-599 Other family” percent of “400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_400_599_Other_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:400-599 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.5. 600-799 TotalΒΆ

Total Family Income (Weekly)

Measure “600-799 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_600_799_Tot'
    );

Measure “600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_600_799_Tot'
    );

Measure “600-799 Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_600_799_Tot',
      'denominator'
    );

Measure “600-799 Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_600_799_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.5.1. 600-799 Couple family with childrenΒΆ

Total Family Income (Weekly)

Measure “600-799 Couple family with children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_600_799_cpl_fam_with_child'
    );

Measure “600-799 Couple family with children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_600_799_cpl_fam_with_child'
    );

Measure “600-799 Couple family with children” percent of “600-799 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_600_799_cpl_fam_with_child',
      'denominator'
    );

Measure “600-799 Couple family with children” percent of “600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_600_799_cpl_fam_with_child',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:600-799 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.5.2. 600-799 Couple family with no childrenΒΆ

Total Family Income (Weekly)

Measure “600-799 Couple family with no children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_600_799_cpl_fam_no_child'
    );

Measure “600-799 Couple family with no children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_600_799_cpl_fam_no_child'
    );

Measure “600-799 Couple family with no children” percent of “600-799 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_600_799_cpl_fam_no_child',
      'denominator'
    );

Measure “600-799 Couple family with no children” percent of “600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_600_799_cpl_fam_no_child',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:600-799 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.5.3. 600-799 One parent familyΒΆ

Total Family Income (Weekly)

Measure “600-799 One parent family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_600_799_One_parent_fam'
    );

Measure “600-799 One parent family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_600_799_One_parent_fam'
    );

Measure “600-799 One parent family” percent of “600-799 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_600_799_One_parent_fam',
      'denominator'
    );

Measure “600-799 One parent family” percent of “600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_600_799_One_parent_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:600-799 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.5.4. 600-799 Other familyΒΆ

Total Family Income (Weekly)

Measure “600-799 Other family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_600_799_Other_fam'
    );

Measure “600-799 Other family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_600_799_Other_fam'
    );

Measure “600-799 Other family” percent of “600-799 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_600_799_Other_fam',
      'denominator'
    );

Measure “600-799 Other family” percent of “600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_600_799_Other_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:600-799 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.6. 800-999 TotalΒΆ

Total Family Income (Weekly)

Measure “800-999 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_800_999_Tot'
    );

Measure “800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_800_999_Tot'
    );

Measure “800-999 Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_800_999_Tot',
      'denominator'
    );

Measure “800-999 Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_800_999_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.6.1. 800-999 Couple family with childrenΒΆ

Total Family Income (Weekly)

Measure “800-999 Couple family with children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_800_999_cpl_fam_with_child'
    );

Measure “800-999 Couple family with children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_800_999_cpl_fam_with_child'
    );

Measure “800-999 Couple family with children” percent of “800-999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_800_999_cpl_fam_with_child',
      'denominator'
    );

Measure “800-999 Couple family with children” percent of “800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_800_999_cpl_fam_with_child',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:800-999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.6.2. 800-999 Couple family with no childrenΒΆ

Total Family Income (Weekly)

Measure “800-999 Couple family with no children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_800_999_cpl_fam_no_child'
    );

Measure “800-999 Couple family with no children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_800_999_cpl_fam_no_child'
    );

Measure “800-999 Couple family with no children” percent of “800-999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_800_999_cpl_fam_no_child',
      'denominator'
    );

Measure “800-999 Couple family with no children” percent of “800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_800_999_cpl_fam_no_child',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:800-999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.6.3. 800-999 One parent familyΒΆ

Total Family Income (Weekly)

Measure “800-999 One parent family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_800_999_One_parent_fam'
    );

Measure “800-999 One parent family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_800_999_One_parent_fam'
    );

Measure “800-999 One parent family” percent of “800-999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_800_999_One_parent_fam',
      'denominator'
    );

Measure “800-999 One parent family” percent of “800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_800_999_One_parent_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:800-999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.6.4. 800-999 Other familyΒΆ

Total Family Income (Weekly)

Measure “800-999 Other family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_800_999_Other_fam'
    );

Measure “800-999 Other family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_800_999_Other_fam'
    );

Measure “800-999 Other family” percent of “800-999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_800_999_Other_fam',
      'denominator'
    );

Measure “800-999 Other family” percent of “800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_800_999_Other_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:800-999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.7. 1000-1249 TotalΒΆ

Total Family Income (Weekly)

Measure “1000-1249 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1000_1249_Tot'
    );

Measure “1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1000_1249_Tot'
    );

Measure “1000-1249 Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1000_1249_Tot',
      'denominator'
    );

Measure “1000-1249 Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1000_1249_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.7.1. 1000-1249 Couple family with childrenΒΆ

Total Family Income (Weekly)

Measure “1000-1249 Couple family with children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1000_1249_cpl_fam_wth_chld'
    );

Measure “1000-1249 Couple family with children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1000_1249_cpl_fam_wth_chld'
    );

Measure “1000-1249 Couple family with children” percent of “1000-1249 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1000_1249_cpl_fam_wth_chld',
      'denominator'
    );

Measure “1000-1249 Couple family with children” percent of “1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1000_1249_cpl_fam_wth_chld',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:1000-1249 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.7.2. 1000-1249 Couple family with no childrenΒΆ

Total Family Income (Weekly)

Measure “1000-1249 Couple family with no children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1000_1249_cpl_fam_no_child'
    );

Measure “1000-1249 Couple family with no children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1000_1249_cpl_fam_no_child'
    );

Measure “1000-1249 Couple family with no children” percent of “1000-1249 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1000_1249_cpl_fam_no_child',
      'denominator'
    );

Measure “1000-1249 Couple family with no children” percent of “1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1000_1249_cpl_fam_no_child',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:1000-1249 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.7.3. 1000-1249 One parent familyΒΆ

Total Family Income (Weekly)

Measure “1000-1249 One parent family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1000_1249_One_parent_fam'
    );

Measure “1000-1249 One parent family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1000_1249_One_parent_fam'
    );

Measure “1000-1249 One parent family” percent of “1000-1249 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1000_1249_One_parent_fam',
      'denominator'
    );

Measure “1000-1249 One parent family” percent of “1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1000_1249_One_parent_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:1000-1249 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.7.4. 1000-1249 Other familyΒΆ

Total Family Income (Weekly)

Measure “1000-1249 Other family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1000_1249_Other_fam'
    );

Measure “1000-1249 Other family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1000_1249_Other_fam'
    );

Measure “1000-1249 Other family” percent of “1000-1249 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1000_1249_Other_fam',
      'denominator'
    );

Measure “1000-1249 Other family” percent of “1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1000_1249_Other_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:1000-1249 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.8. 1250-1499 TotalΒΆ

Total Family Income (Weekly)

Measure “1250-1499 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1250_1499_Tot'
    );

Measure “1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1250_1499_Tot'
    );

Measure “1250-1499 Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1250_1499_Tot',
      'denominator'
    );

Measure “1250-1499 Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1250_1499_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.8.1. 1250-1499 Couple family with childrenΒΆ

Total Family Income (Weekly)

Measure “1250-1499 Couple family with children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1250_1499_cpl_fam_wth_chld'
    );

Measure “1250-1499 Couple family with children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1250_1499_cpl_fam_wth_chld'
    );

Measure “1250-1499 Couple family with children” percent of “1250-1499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1250_1499_cpl_fam_wth_chld',
      'denominator'
    );

Measure “1250-1499 Couple family with children” percent of “1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1250_1499_cpl_fam_wth_chld',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:1250-1499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.8.2. 1250-1499 Couple family with no childrenΒΆ

Total Family Income (Weekly)

Measure “1250-1499 Couple family with no children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1250_1499_cpl_fam_no_child'
    );

Measure “1250-1499 Couple family with no children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1250_1499_cpl_fam_no_child'
    );

Measure “1250-1499 Couple family with no children” percent of “1250-1499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1250_1499_cpl_fam_no_child',
      'denominator'
    );

Measure “1250-1499 Couple family with no children” percent of “1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1250_1499_cpl_fam_no_child',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:1250-1499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.8.3. 1250-1499 One parent familyΒΆ

Total Family Income (Weekly)

Measure “1250-1499 One parent family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1250_1499_One_parent_fam'
    );

Measure “1250-1499 One parent family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1250_1499_One_parent_fam'
    );

Measure “1250-1499 One parent family” percent of “1250-1499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1250_1499_One_parent_fam',
      'denominator'
    );

Measure “1250-1499 One parent family” percent of “1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1250_1499_One_parent_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:1250-1499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.8.4. 1250-1499 Other familyΒΆ

Total Family Income (Weekly)

Measure “1250-1499 Other family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1250_1499_Other_fam'
    );

Measure “1250-1499 Other family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1250_1499_Other_fam'
    );

Measure “1250-1499 Other family” percent of “1250-1499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1250_1499_Other_fam',
      'denominator'
    );

Measure “1250-1499 Other family” percent of “1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1250_1499_Other_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:1250-1499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.9. 1500-1999 TotalΒΆ

Total Family Income (Weekly)

Measure “1500-1999 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1500_1999_Tot'
    );

Measure “1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1500_1999_Tot'
    );

Measure “1500-1999 Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1500_1999_Tot',
      'denominator'
    );

Measure “1500-1999 Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1500_1999_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.9.1. 1500-1999 Couple family with childrenΒΆ

Total Family Income (Weekly)

Measure “1500-1999 Couple family with children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1500_1999_cpl_fam_wth_chld'
    );

Measure “1500-1999 Couple family with children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1500_1999_cpl_fam_wth_chld'
    );

Measure “1500-1999 Couple family with children” percent of “1500-1999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1500_1999_cpl_fam_wth_chld',
      'denominator'
    );

Measure “1500-1999 Couple family with children” percent of “1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1500_1999_cpl_fam_wth_chld',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:1500-1999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.9.2. 1500-1999 Couple family with no childrenΒΆ

Total Family Income (Weekly)

Measure “1500-1999 Couple family with no children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1500_1999_cpl_fam_no_child'
    );

Measure “1500-1999 Couple family with no children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1500_1999_cpl_fam_no_child'
    );

Measure “1500-1999 Couple family with no children” percent of “1500-1999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1500_1999_cpl_fam_no_child',
      'denominator'
    );

Measure “1500-1999 Couple family with no children” percent of “1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1500_1999_cpl_fam_no_child',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:1500-1999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.9.3. 1500-1999 One parent familyΒΆ

Total Family Income (Weekly)

Measure “1500-1999 One parent family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1500_1999_One_parent_fam'
    );

Measure “1500-1999 One parent family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1500_1999_One_parent_fam'
    );

Measure “1500-1999 One parent family” percent of “1500-1999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1500_1999_One_parent_fam',
      'denominator'
    );

Measure “1500-1999 One parent family” percent of “1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1500_1999_One_parent_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:1500-1999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.9.4. 1500-1999 Other familyΒΆ

Total Family Income (Weekly)

Measure “1500-1999 Other family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1500_1999_Other_fam'
    );

Measure “1500-1999 Other family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1500_1999_Other_fam'
    );

Measure “1500-1999 Other family” percent of “1500-1999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_1500_1999_Other_fam',
      'denominator'
    );

Measure “1500-1999 Other family” percent of “1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_1500_1999_Other_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:1500-1999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.10. 2000-2499 TotalΒΆ

Total Family Income (Weekly)

Measure “2000-2499 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_2000_2499_Tot'
    );

Measure “2000-2499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_2000_2499_Tot'
    );

Measure “2000-2499 Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_2000_2499_Tot',
      'denominator'
    );

Measure “2000-2499 Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_2000_2499_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.10.1. 2000-2499 Couple family with childrenΒΆ

Total Family Income (Weekly)

Measure “2000-2499 Couple family with children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_2000_2499_cpl_fam_wth_chld'
    );

Measure “2000-2499 Couple family with children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_2000_2499_cpl_fam_wth_chld'
    );

Measure “2000-2499 Couple family with children” percent of “2000-2499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_2000_2499_cpl_fam_wth_chld',
      'denominator'
    );

Measure “2000-2499 Couple family with children” percent of “2000-2499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_2000_2499_cpl_fam_wth_chld',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:2000-2499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.10.2. 2000-2499 Couple family with no childrenΒΆ

Total Family Income (Weekly)

Measure “2000-2499 Couple family with no children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_2000_2499_cpl_fam_no_child'
    );

Measure “2000-2499 Couple family with no children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_2000_2499_cpl_fam_no_child'
    );

Measure “2000-2499 Couple family with no children” percent of “2000-2499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_2000_2499_cpl_fam_no_child',
      'denominator'
    );

Measure “2000-2499 Couple family with no children” percent of “2000-2499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_2000_2499_cpl_fam_no_child',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:2000-2499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.10.3. 2000-2499 One parent familyΒΆ

Total Family Income (Weekly)

Measure “2000-2499 One parent family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_2000_2499_One_parent_fam'
    );

Measure “2000-2499 One parent family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_2000_2499_One_parent_fam'
    );

Measure “2000-2499 One parent family” percent of “2000-2499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_2000_2499_One_parent_fam',
      'denominator'
    );

Measure “2000-2499 One parent family” percent of “2000-2499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_2000_2499_One_parent_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:2000-2499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.10.4. 2000-2499 Other familyΒΆ

Total Family Income (Weekly)

Measure “2000-2499 Other family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_2000_2499_Other_fam'
    );

Measure “2000-2499 Other family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_2000_2499_Other_fam'
    );

Measure “2000-2499 Other family” percent of “2000-2499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_2000_2499_Other_fam',
      'denominator'
    );

Measure “2000-2499 Other family” percent of “2000-2499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_2000_2499_Other_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:2000-2499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.11. 2500-2999 TotalΒΆ

Total Family Income (Weekly)

Measure “2500-2999 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_2500_2999_Tot'
    );

Measure “2500-2999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_2500_2999_Tot'
    );

Measure “2500-2999 Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_2500_2999_Tot',
      'denominator'
    );

Measure “2500-2999 Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_2500_2999_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.11.1. 2500-2999 Couple family with childrenΒΆ

Total Family Income (Weekly)

Measure “2500-2999 Couple family with children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_2500_2999_cpl_fam_wth_chld'
    );

Measure “2500-2999 Couple family with children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_2500_2999_cpl_fam_wth_chld'
    );

Measure “2500-2999 Couple family with children” percent of “2500-2999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_2500_2999_cpl_fam_wth_chld',
      'denominator'
    );

Measure “2500-2999 Couple family with children” percent of “2500-2999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_2500_2999_cpl_fam_wth_chld',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:2500-2999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.11.2. 2500-2999 Couple family with no childrenΒΆ

Total Family Income (Weekly)

Measure “2500-2999 Couple family with no children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_2500_2999_cpl_fam_no_child'
    );

Measure “2500-2999 Couple family with no children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_2500_2999_cpl_fam_no_child'
    );

Measure “2500-2999 Couple family with no children” percent of “2500-2999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_2500_2999_cpl_fam_no_child',
      'denominator'
    );

Measure “2500-2999 Couple family with no children” percent of “2500-2999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_2500_2999_cpl_fam_no_child',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:2500-2999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.11.3. 2500-2999 One parent familyΒΆ

Total Family Income (Weekly)

Measure “2500-2999 One parent family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_2500_2999_One_parent_fam'
    );

Measure “2500-2999 One parent family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_2500_2999_One_parent_fam'
    );

Measure “2500-2999 One parent family” percent of “2500-2999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_2500_2999_One_parent_fam',
      'denominator'
    );

Measure “2500-2999 One parent family” percent of “2500-2999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_2500_2999_One_parent_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:2500-2999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.11.4. 2500-2999 Other familyΒΆ

Total Family Income (Weekly)

Measure “2500-2999 Other family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_2500_2999_Other_fam'
    );

Measure “2500-2999 Other family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_2500_2999_Other_fam'
    );

Measure “2500-2999 Other family” percent of “2500-2999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_2500_2999_Other_fam',
      'denominator'
    );

Measure “2500-2999 Other family” percent of “2500-2999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_2500_2999_Other_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:2500-2999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.12. 3000-3499 TotalΒΆ

Total Family Income (Weekly)

Measure “3000-3499 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_3000_3499_Tot'
    );

Measure “3000-3499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_3000_3499_Tot'
    );

Measure “3000-3499 Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_3000_3499_Tot',
      'denominator'
    );

Measure “3000-3499 Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_3000_3499_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.12.1. 3000-3499 Couple family with childrenΒΆ

Total Family Income (Weekly)

Measure “3000-3499 Couple family with children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_3000_3499_cpl_fam_wth_chld'
    );

Measure “3000-3499 Couple family with children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_3000_3499_cpl_fam_wth_chld'
    );

Measure “3000-3499 Couple family with children” percent of “3000-3499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_3000_3499_cpl_fam_wth_chld',
      'denominator'
    );

Measure “3000-3499 Couple family with children” percent of “3000-3499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_3000_3499_cpl_fam_wth_chld',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:3000-3499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.12.2. 3000-3499 Couple family with no childrenΒΆ

Total Family Income (Weekly)

Measure “3000-3499 Couple family with no children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_3000_3499_cpl_fam_no_child'
    );

Measure “3000-3499 Couple family with no children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_3000_3499_cpl_fam_no_child'
    );

Measure “3000-3499 Couple family with no children” percent of “3000-3499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_3000_3499_cpl_fam_no_child',
      'denominator'
    );

Measure “3000-3499 Couple family with no children” percent of “3000-3499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_3000_3499_cpl_fam_no_child',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:3000-3499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.12.3. 3000-3499 One parent familyΒΆ

Total Family Income (Weekly)

Measure “3000-3499 One parent family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_3000_3499_One_parent_fam'
    );

Measure “3000-3499 One parent family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_3000_3499_One_parent_fam'
    );

Measure “3000-3499 One parent family” percent of “3000-3499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_3000_3499_One_parent_fam',
      'denominator'
    );

Measure “3000-3499 One parent family” percent of “3000-3499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_3000_3499_One_parent_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:3000-3499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.12.4. 3000-3499 Other familyΒΆ

Total Family Income (Weekly)

Measure “3000-3499 Other family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_3000_3499_Other_fam'
    );

Measure “3000-3499 Other family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_3000_3499_Other_fam'
    );

Measure “3000-3499 Other family” percent of “3000-3499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_3000_3499_Other_fam',
      'denominator'
    );

Measure “3000-3499 Other family” percent of “3000-3499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_3000_3499_Other_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:3000-3499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.13. 3500-3999 TotalΒΆ

Total Family Income (Weekly)

Measure “3500-3999 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_3500_3999_Tot'
    );

Measure “3500-3999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_3500_3999_Tot'
    );

Measure “3500-3999 Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_3500_3999_Tot',
      'denominator'
    );

Measure “3500-3999 Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_3500_3999_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.13.1. 3500-3999 Couple family with childrenΒΆ

Total Family Income (Weekly)

Measure “3500-3999 Couple family with children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_3500_3999_cpl_fam_wth_chld'
    );

Measure “3500-3999 Couple family with children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_3500_3999_cpl_fam_wth_chld'
    );

Measure “3500-3999 Couple family with children” percent of “3500-3999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_3500_3999_cpl_fam_wth_chld',
      'denominator'
    );

Measure “3500-3999 Couple family with children” percent of “3500-3999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_3500_3999_cpl_fam_wth_chld',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:3500-3999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.13.2. 3500-3999 Couple family with no childrenΒΆ

Total Family Income (Weekly)

Measure “3500-3999 Couple family with no children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_3500_3999_cpl_fam_no_child'
    );

Measure “3500-3999 Couple family with no children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_3500_3999_cpl_fam_no_child'
    );

Measure “3500-3999 Couple family with no children” percent of “3500-3999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_3500_3999_cpl_fam_no_child',
      'denominator'
    );

Measure “3500-3999 Couple family with no children” percent of “3500-3999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_3500_3999_cpl_fam_no_child',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:3500-3999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.13.3. 3500-3999 One parent familyΒΆ

Total Family Income (Weekly)

Measure “3500-3999 One parent family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_3500_3999_One_parent_fam'
    );

Measure “3500-3999 One parent family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_3500_3999_One_parent_fam'
    );

Measure “3500-3999 One parent family” percent of “3500-3999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_3500_3999_One_parent_fam',
      'denominator'
    );

Measure “3500-3999 One parent family” percent of “3500-3999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_3500_3999_One_parent_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:3500-3999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.13.4. 3500-3999 Other familyΒΆ

Total Family Income (Weekly)

Measure “3500-3999 Other family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_3500_3999_Other_fam'
    );

Measure “3500-3999 Other family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_3500_3999_Other_fam'
    );

Measure “3500-3999 Other family” percent of “3500-3999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_3500_3999_Other_fam',
      'denominator'
    );

Measure “3500-3999 Other family” percent of “3500-3999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_3500_3999_Other_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:3500-3999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.14. 4000 or more TotalΒΆ

Total Family Income (Weekly)

Measure “4000 or more Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_4000_more_Tot'
    );

Measure “4000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_4000_more_Tot'
    );

Measure “4000 or more Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_4000_more_Tot',
      'denominator'
    );

Measure “4000 or more Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_4000_more_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.14.1. 4000 or more Couple family with childrenΒΆ

Total Family Income (Weekly)

Measure “4000 or more Couple family with children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_4000_more_cpl_fam_wth_chld'
    );

Measure “4000 or more Couple family with children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_4000_more_cpl_fam_wth_chld'
    );

Measure “4000 or more Couple family with children” percent of “4000 or more Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_4000_more_cpl_fam_wth_chld',
      'denominator'
    );

Measure “4000 or more Couple family with children” percent of “4000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_4000_more_cpl_fam_wth_chld',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:4000 or more Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.14.2. 4000 or more Couple family with no childrenΒΆ

Total Family Income (Weekly)

Measure “4000 or more Couple family with no children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_4000_more_cpl_fam_no_child'
    );

Measure “4000 or more Couple family with no children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_4000_more_cpl_fam_no_child'
    );

Measure “4000 or more Couple family with no children” percent of “4000 or more Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_4000_more_cpl_fam_no_child',
      'denominator'
    );

Measure “4000 or more Couple family with no children” percent of “4000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_4000_more_cpl_fam_no_child',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:4000 or more Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.14.3. 4000 or more One parent familyΒΆ

Total Family Income (Weekly)

Measure “4000 or more One parent family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_4000_more_One_parent_fam'
    );

Measure “4000 or more One parent family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_4000_more_One_parent_fam'
    );

Measure “4000 or more One parent family” percent of “4000 or more Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_4000_more_One_parent_fam',
      'denominator'
    );

Measure “4000 or more One parent family” percent of “4000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_4000_more_One_parent_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:4000 or more Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.14.4. 4000 or more Other familyΒΆ

Total Family Income (Weekly)

Measure “4000 or more Other family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_4000_more_Other_fam'
    );

Measure “4000 or more Other family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_4000_more_Other_fam'
    );

Measure “4000 or more Other family” percent of “4000 or more Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_FI_4000_more_Other_fam',
      'denominator'
    );

Measure “4000 or more Other family” percent of “4000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_FI_4000_more_Other_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:4000 or more Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.15. All incomes not stated TotalΒΆ

Total Family Income (Weekly)

Measure “All incomes not stated Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_All_incomes_ns_Tot'
    );

Measure “All incomes not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_All_incomes_ns_Tot'
    );

Measure “All incomes not stated Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_All_incomes_ns_Tot',
      'denominator'
    );

Measure “All incomes not stated Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_All_incomes_ns_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.15.1. All incomes not stated Couple family with childrenΒΆ

Total Family Income (Weekly)

Measure “All incomes not stated Couple family with children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_All_inc_ns_cple_fam_wth_chld'
    );

Measure “All incomes not stated Couple family with children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_All_inc_ns_cple_fam_wth_chld'
    );

Measure “All incomes not stated Couple family with children” percent of “All incomes not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_All_inc_ns_cple_fam_wth_chld',
      'denominator'
    );

Measure “All incomes not stated Couple family with children” percent of “All incomes not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_All_inc_ns_cple_fam_wth_chld',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:All incomes not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.15.2. All incomes not stated Couple family with no childrenΒΆ

Total Family Income (Weekly)

Measure “All incomes not stated Couple family with no children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_All_inc_ns_cple_fam_no_child'
    );

Measure “All incomes not stated Couple family with no children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_All_inc_ns_cple_fam_no_child'
    );

Measure “All incomes not stated Couple family with no children” percent of “All incomes not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_All_inc_ns_cple_fam_no_child',
      'denominator'
    );

Measure “All incomes not stated Couple family with no children” percent of “All incomes not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_All_inc_ns_cple_fam_no_child',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:All incomes not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.15.3. All incomes not stated One parent familyΒΆ

Total Family Income (Weekly)

Measure “All incomes not stated One parent family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_All_incomes_ns_One_parent_fam'
    );

Measure “All incomes not stated One parent family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_All_incomes_ns_One_parent_fam'
    );

Measure “All incomes not stated One parent family” percent of “All incomes not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_All_incomes_ns_One_parent_fam',
      'denominator'
    );

Measure “All incomes not stated One parent family” percent of “All incomes not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_All_incomes_ns_One_parent_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:All incomes not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.15.4. All incomes not stated Other familyΒΆ

Total Family Income (Weekly)

Measure “All incomes not stated Other family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_All_incomes_ns_Other_fam'
    );

Measure “All incomes not stated Other family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_All_incomes_ns_Other_fam'
    );

Measure “All incomes not stated Other family” percent of “All incomes not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_All_incomes_ns_Other_fam',
      'denominator'
    );

Measure “All incomes not stated Other family” percent of “All incomes not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_All_incomes_ns_Other_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:All incomes not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.16. Negative Nil income TotalΒΆ

Total Family Income (Weekly)

Measure “Negative Nil income Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_Neg_Nil_inc_Tot'
    );

Measure “Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_Neg_Nil_inc_Tot'
    );

Measure “Negative Nil income Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_Neg_Nil_inc_Tot',
      'denominator'
    );

Measure “Negative Nil income Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_Neg_Nil_inc_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.16.1. Negative Nil income Couple family with childrenΒΆ

Total Family Income (Weekly)

Measure “Negative Nil income Couple family with children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_Neg_Nil_inc_cpl_fam_wth_chld'
    );

Measure “Negative Nil income Couple family with children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_Neg_Nil_inc_cpl_fam_wth_chld'
    );

Measure “Negative Nil income Couple family with children” percent of “Negative Nil income Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_Neg_Nil_inc_cpl_fam_wth_chld',
      'denominator'
    );

Measure “Negative Nil income Couple family with children” percent of “Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_Neg_Nil_inc_cpl_fam_wth_chld',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Negative Nil income Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.16.2. Negative Nil income Couple family with no childrenΒΆ

Total Family Income (Weekly)

Measure “Negative Nil income Couple family with no children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_Neg_Nil_inc_cpl_fam_no_child'
    );

Measure “Negative Nil income Couple family with no children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_Neg_Nil_inc_cpl_fam_no_child'
    );

Measure “Negative Nil income Couple family with no children” percent of “Negative Nil income Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_Neg_Nil_inc_cpl_fam_no_child',
      'denominator'
    );

Measure “Negative Nil income Couple family with no children” percent of “Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_Neg_Nil_inc_cpl_fam_no_child',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Negative Nil income Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.16.3. Negative Nil income One parent familyΒΆ

Total Family Income (Weekly)

Measure “Negative Nil income One parent family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_Neg_Nil_inc_One_parent_fam'
    );

Measure “Negative Nil income One parent family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_Neg_Nil_inc_One_parent_fam'
    );

Measure “Negative Nil income One parent family” percent of “Negative Nil income Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_Neg_Nil_inc_One_parent_fam',
      'denominator'
    );

Measure “Negative Nil income One parent family” percent of “Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_Neg_Nil_inc_One_parent_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Negative Nil income Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.16.4. Negative Nil income Other familyΒΆ

Total Family Income (Weekly)

Measure “Negative Nil income Other family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_Neg_Nil_inc_Other_fam'
    );

Measure “Negative Nil income Other family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_Neg_Nil_inc_Other_fam'
    );

Measure “Negative Nil income Other family” percent of “Negative Nil income Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_Neg_Nil_inc_Other_fam',
      'denominator'
    );

Measure “Negative Nil income Other family” percent of “Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_Neg_Nil_inc_Other_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Negative Nil income Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.17. Partial income stated TotalΒΆ

Total Family Income (Weekly)

Measure “Partial income stated Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_Partial_income_stated_Tot'
    );

Measure “Partial income stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_Partial_income_stated_Tot'
    );

Measure “Partial income stated Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_Partial_income_stated_Tot',
      'denominator'
    );

Measure “Partial income stated Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_Partial_income_stated_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.17.1. Partial income stated Couple family with childrenΒΆ

Total Family Income (Weekly)

Measure “Partial income stated Couple family with children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_Part_inc_std_cpl_fam_wth_chld'
    );

Measure “Partial income stated Couple family with children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_Part_inc_std_cpl_fam_wth_chld'
    );

Measure “Partial income stated Couple family with children” percent of “Partial income stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_Part_inc_std_cpl_fam_wth_chld',
      'denominator'
    );

Measure “Partial income stated Couple family with children” percent of “Partial income stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_Part_inc_std_cpl_fam_wth_chld',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Partial income stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.17.2. Partial income stated Couple family with no childrenΒΆ

Total Family Income (Weekly)

Measure “Partial income stated Couple family with no children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_Prt_inc_std_cple_fam_no_child'
    );

Measure “Partial income stated Couple family with no children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_Prt_inc_std_cple_fam_no_child'
    );

Measure “Partial income stated Couple family with no children” percent of “Partial income stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_Prt_inc_std_cple_fam_no_child',
      'denominator'
    );

Measure “Partial income stated Couple family with no children” percent of “Partial income stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_Prt_inc_std_cple_fam_no_child',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Partial income stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.17.3. Partial income stated One parent familyΒΆ

Total Family Income (Weekly)

Measure “Partial income stated One parent family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_Part_inc_statd_One_parent_fam'
    );

Measure “Partial income stated One parent family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_Part_inc_statd_One_parent_fam'
    );

Measure “Partial income stated One parent family” percent of “Partial income stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_Part_inc_statd_One_parent_fam',
      'denominator'
    );

Measure “Partial income stated One parent family” percent of “Partial income stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_Part_inc_statd_One_parent_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Partial income stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.17.4. Partial income stated Other familyΒΆ

Total Family Income (Weekly)

Measure “Partial income stated Other family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_Partial_income_statd_Othr_fam'
    );

Measure “Partial income stated Other family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_Partial_income_statd_Othr_fam'
    );

Measure “Partial income stated Other family” percent of “Partial income stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_Partial_income_statd_Othr_fam',
      'denominator'
    );

Measure “Partial income stated Other family” percent of “Partial income stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_Partial_income_statd_Othr_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Partial income stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.18. Total Couple family with childrenΒΆ

Total Family Income (Weekly)

Measure “Total Couple family with children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_Tot_cple_fam_wth_chld'
    );

Measure “Total Couple family with children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_Tot_cple_fam_wth_chld'
    );

Measure “Total Couple family with children” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_Tot_cple_fam_wth_chld',
      'denominator'
    );

Measure “Total Couple family with children” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_Tot_cple_fam_wth_chld',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.19. Total Couple family with no childrenΒΆ

Total Family Income (Weekly)

Measure “Total Couple family with no children” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_Tot_cple_fam_no_child'
    );

Measure “Total Couple family with no children” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_Tot_cple_fam_no_child'
    );

Measure “Total Couple family with no children” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_Tot_cple_fam_no_child',
      'denominator'
    );

Measure “Total Couple family with no children” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_Tot_cple_fam_no_child',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.20. Total One parent familyΒΆ

Total Family Income (Weekly)

Measure “Total One parent family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_Tot_One_parent_fam'
    );

Measure “Total One parent family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_Tot_One_parent_fam'
    );

Measure “Total One parent family” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_Tot_One_parent_fam',
      'denominator'
    );

Measure “Total One parent family” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_Tot_One_parent_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.4.21. Total Other familyΒΆ

Total Family Income (Weekly)

Measure “Total Other family” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_Tot_Other_fam'
    );

Measure “Total Other family” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_Tot_Other_fam'
    );

Measure “Total Other family” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B26_Tot_Other_fam',
      'denominator'
    );

Measure “Total Other family” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B26_Tot_Other_fam',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Section of State Ranges

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5. Total TotalΒΆ

Total Household Income (Weekly)

Measure “Total Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_Tot_Tot'
    );

Measure “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_Tot_Tot'
    );

Measure “Total Total” percent of “Total Families” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_Tot_Tot',
      'denominator'
    );

Measure “Total Total” percent of “Total Families” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_Tot_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Total Families
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.1. 1-199 TotalΒΆ

Total Household Income (Weekly)

Measure “1-199 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_1_199_Tot'
    );

Measure “1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_1_199_Tot'
    );

Measure “1-199 Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_1_199_Tot',
      'denominator'
    );

Measure “1-199 Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_1_199_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.1.1. 1-199 Family householdsΒΆ

Total Household Income (Weekly)

Measure “1-199 Family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_1_199_Family_households'
    );

Measure “1-199 Family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_1_199_Family_households'
    );

Measure “1-199 Family households” percent of “1-199 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_1_199_Family_households',
      'denominator'
    );

Measure “1-199 Family households” percent of “1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_1_199_Family_households',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:1-199 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.1.2. 1-199 Non family householdsΒΆ

Total Household Income (Weekly)

Measure “1-199 Non family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_1_199_Non_family_hseholds'
    );

Measure “1-199 Non family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_1_199_Non_family_hseholds'
    );

Measure “1-199 Non family households” percent of “1-199 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_1_199_Non_family_hseholds',
      'denominator'
    );

Measure “1-199 Non family households” percent of “1-199 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_1_199_Non_family_hseholds',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:1-199 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.2. 200-299 TotalΒΆ

Total Household Income (Weekly)

Measure “200-299 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_200_299_Tot'
    );

Measure “200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_200_299_Tot'
    );

Measure “200-299 Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_200_299_Tot',
      'denominator'
    );

Measure “200-299 Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_200_299_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.2.1. 200-299 Family householdsΒΆ

Total Household Income (Weekly)

Measure “200-299 Family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_200_299_Family_households'
    );

Measure “200-299 Family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_200_299_Family_households'
    );

Measure “200-299 Family households” percent of “200-299 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_200_299_Family_households',
      'denominator'
    );

Measure “200-299 Family households” percent of “200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_200_299_Family_households',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:200-299 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.2.2. 200-299 Non family householdsΒΆ

Total Household Income (Weekly)

Measure “200-299 Non family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_200_299_Non_fam_househlds'
    );

Measure “200-299 Non family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_200_299_Non_fam_househlds'
    );

Measure “200-299 Non family households” percent of “200-299 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_200_299_Non_fam_househlds',
      'denominator'
    );

Measure “200-299 Non family households” percent of “200-299 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_200_299_Non_fam_househlds',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:200-299 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.3. 300-399 TotalΒΆ

Total Household Income (Weekly)

Measure “300-399 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_300_399_Tot'
    );

Measure “300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_300_399_Tot'
    );

Measure “300-399 Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_300_399_Tot',
      'denominator'
    );

Measure “300-399 Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_300_399_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.3.1. 300-399 Family householdsΒΆ

Total Household Income (Weekly)

Measure “300-399 Family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_300_399_Family_households'
    );

Measure “300-399 Family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_300_399_Family_households'
    );

Measure “300-399 Family households” percent of “300-399 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_300_399_Family_households',
      'denominator'
    );

Measure “300-399 Family households” percent of “300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_300_399_Family_households',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:300-399 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.3.2. 300-399 Non family householdsΒΆ

Total Household Income (Weekly)

Measure “300-399 Non family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_300_399_Non_fam_househlds'
    );

Measure “300-399 Non family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_300_399_Non_fam_househlds'
    );

Measure “300-399 Non family households” percent of “300-399 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_300_399_Non_fam_househlds',
      'denominator'
    );

Measure “300-399 Non family households” percent of “300-399 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_300_399_Non_fam_househlds',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:300-399 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.4. 400-599 TotalΒΆ

Total Household Income (Weekly)

Measure “400-599 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_400_599_Tot'
    );

Measure “400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_400_599_Tot'
    );

Measure “400-599 Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_400_599_Tot',
      'denominator'
    );

Measure “400-599 Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_400_599_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.4.1. 400-599 Family householdsΒΆ

Total Household Income (Weekly)

Measure “400-599 Family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_400_599_Family_households'
    );

Measure “400-599 Family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_400_599_Family_households'
    );

Measure “400-599 Family households” percent of “400-599 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_400_599_Family_households',
      'denominator'
    );

Measure “400-599 Family households” percent of “400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_400_599_Family_households',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:400-599 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.4.2. 400-599 Non family householdsΒΆ

Total Household Income (Weekly)

Measure “400-599 Non family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_400_599_Non_fam_househlds'
    );

Measure “400-599 Non family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_400_599_Non_fam_househlds'
    );

Measure “400-599 Non family households” percent of “400-599 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_400_599_Non_fam_househlds',
      'denominator'
    );

Measure “400-599 Non family households” percent of “400-599 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_400_599_Non_fam_househlds',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:400-599 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.5. 600-799 TotalΒΆ

Total Household Income (Weekly)

Measure “600-799 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_600_799_Tot'
    );

Measure “600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_600_799_Tot'
    );

Measure “600-799 Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_600_799_Tot',
      'denominator'
    );

Measure “600-799 Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_600_799_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.5.1. 600-799 Family householdsΒΆ

Total Household Income (Weekly)

Measure “600-799 Family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_600_799_Family_households'
    );

Measure “600-799 Family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_600_799_Family_households'
    );

Measure “600-799 Family households” percent of “600-799 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_600_799_Family_households',
      'denominator'
    );

Measure “600-799 Family households” percent of “600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_600_799_Family_households',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:600-799 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.5.2. 600-799 Non family householdsΒΆ

Total Household Income (Weekly)

Measure “600-799 Non family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_600_799_Non_fam_househlds'
    );

Measure “600-799 Non family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_600_799_Non_fam_househlds'
    );

Measure “600-799 Non family households” percent of “600-799 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_600_799_Non_fam_househlds',
      'denominator'
    );

Measure “600-799 Non family households” percent of “600-799 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_600_799_Non_fam_househlds',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:600-799 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.6. 800-999 TotalΒΆ

Total Household Income (Weekly)

Measure “800-999 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_800_999_Tot'
    );

Measure “800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_800_999_Tot'
    );

Measure “800-999 Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_800_999_Tot',
      'denominator'
    );

Measure “800-999 Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_800_999_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.6.1. 800-999 Family householdsΒΆ

Total Household Income (Weekly)

Measure “800-999 Family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_800_999_Family_households'
    );

Measure “800-999 Family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_800_999_Family_households'
    );

Measure “800-999 Family households” percent of “800-999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_800_999_Family_households',
      'denominator'
    );

Measure “800-999 Family households” percent of “800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_800_999_Family_households',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:800-999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.6.2. 800-999 Non family householdsΒΆ

Total Household Income (Weekly)

Measure “800-999 Non family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_800_999_Non_fam_househlds'
    );

Measure “800-999 Non family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_800_999_Non_fam_househlds'
    );

Measure “800-999 Non family households” percent of “800-999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_800_999_Non_fam_househlds',
      'denominator'
    );

Measure “800-999 Non family households” percent of “800-999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_800_999_Non_fam_househlds',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:800-999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.7. 1000-1249 TotalΒΆ

Total Household Income (Weekly)

Measure “1000-1249 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_1000_1249_Tot'
    );

Measure “1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_1000_1249_Tot'
    );

Measure “1000-1249 Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_1000_1249_Tot',
      'denominator'
    );

Measure “1000-1249 Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_1000_1249_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.7.1. 1000-1249 Family householdsΒΆ

Total Household Income (Weekly)

Measure “1000-1249 Family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_1000_1249_Fam_households'
    );

Measure “1000-1249 Family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_1000_1249_Fam_households'
    );

Measure “1000-1249 Family households” percent of “1000-1249 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_1000_1249_Fam_households',
      'denominator'
    );

Measure “1000-1249 Family households” percent of “1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_1000_1249_Fam_households',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:1000-1249 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.7.2. 1000-1249 Non family householdsΒΆ

Total Household Income (Weekly)

Measure “1000-1249 Non family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_1000_1249_Non_fam_hsehlds'
    );

Measure “1000-1249 Non family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_1000_1249_Non_fam_hsehlds'
    );

Measure “1000-1249 Non family households” percent of “1000-1249 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_1000_1249_Non_fam_hsehlds',
      'denominator'
    );

Measure “1000-1249 Non family households” percent of “1000-1249 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_1000_1249_Non_fam_hsehlds',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:1000-1249 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.8. 1250-1499 TotalΒΆ

Total Household Income (Weekly)

Measure “1250-1499 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_1250_1499_Tot'
    );

Measure “1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_1250_1499_Tot'
    );

Measure “1250-1499 Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_1250_1499_Tot',
      'denominator'
    );

Measure “1250-1499 Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_1250_1499_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.8.1. 1250-1499 Family householdsΒΆ

Total Household Income (Weekly)

Measure “1250-1499 Family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_1250_1499_Fam_households'
    );

Measure “1250-1499 Family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_1250_1499_Fam_households'
    );

Measure “1250-1499 Family households” percent of “1250-1499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_1250_1499_Fam_households',
      'denominator'
    );

Measure “1250-1499 Family households” percent of “1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_1250_1499_Fam_households',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:1250-1499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.8.2. 1250-1499 Non family householdsΒΆ

Total Household Income (Weekly)

Measure “1250-1499 Non family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_1250_1499_Non_fam_hsehlds'
    );

Measure “1250-1499 Non family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_1250_1499_Non_fam_hsehlds'
    );

Measure “1250-1499 Non family households” percent of “1250-1499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_1250_1499_Non_fam_hsehlds',
      'denominator'
    );

Measure “1250-1499 Non family households” percent of “1250-1499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_1250_1499_Non_fam_hsehlds',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:1250-1499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.9. 1500-1999 TotalΒΆ

Total Household Income (Weekly)

Measure “1500-1999 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_1500_1999_Tot'
    );

Measure “1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_1500_1999_Tot'
    );

Measure “1500-1999 Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_1500_1999_Tot',
      'denominator'
    );

Measure “1500-1999 Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_1500_1999_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.9.1. 1500-1999 Family householdsΒΆ

Total Household Income (Weekly)

Measure “1500-1999 Family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_1500_1999_Fam_households'
    );

Measure “1500-1999 Family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_1500_1999_Fam_households'
    );

Measure “1500-1999 Family households” percent of “1500-1999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_1500_1999_Fam_households',
      'denominator'
    );

Measure “1500-1999 Family households” percent of “1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_1500_1999_Fam_households',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:1500-1999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.9.2. 1500-1999 Non family householdsΒΆ

Total Household Income (Weekly)

Measure “1500-1999 Non family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_1500_1999_Non_fam_hsehlds'
    );

Measure “1500-1999 Non family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_1500_1999_Non_fam_hsehlds'
    );

Measure “1500-1999 Non family households” percent of “1500-1999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_1500_1999_Non_fam_hsehlds',
      'denominator'
    );

Measure “1500-1999 Non family households” percent of “1500-1999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_1500_1999_Non_fam_hsehlds',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:1500-1999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.10. 2000-2499 TotalΒΆ

Total Household Income (Weekly)

Measure “2000-2499 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_2000_2499_Tot'
    );

Measure “2000-2499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_2000_2499_Tot'
    );

Measure “2000-2499 Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_2000_2499_Tot',
      'denominator'
    );

Measure “2000-2499 Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_2000_2499_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.10.1. 2000-2499 Family householdsΒΆ

Total Household Income (Weekly)

Measure “2000-2499 Family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_2000_2499_Fam_households'
    );

Measure “2000-2499 Family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_2000_2499_Fam_households'
    );

Measure “2000-2499 Family households” percent of “2000-2499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_2000_2499_Fam_households',
      'denominator'
    );

Measure “2000-2499 Family households” percent of “2000-2499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_2000_2499_Fam_households',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:2000-2499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.10.2. 2000-2499 Non family householdsΒΆ

Total Household Income (Weekly)

Measure “2000-2499 Non family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_2000_2499_Non_fam_hsehlds'
    );

Measure “2000-2499 Non family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_2000_2499_Non_fam_hsehlds'
    );

Measure “2000-2499 Non family households” percent of “2000-2499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_2000_2499_Non_fam_hsehlds',
      'denominator'
    );

Measure “2000-2499 Non family households” percent of “2000-2499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_2000_2499_Non_fam_hsehlds',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:2000-2499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.11. 2500-2999 TotalΒΆ

Total Household Income (Weekly)

Measure “2500-2999 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_2500_2999_Tot'
    );

Measure “2500-2999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_2500_2999_Tot'
    );

Measure “2500-2999 Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_2500_2999_Tot',
      'denominator'
    );

Measure “2500-2999 Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_2500_2999_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.11.1. 2500-2999 Family householdsΒΆ

Total Household Income (Weekly)

Measure “2500-2999 Family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_2500_2999_Fam_households'
    );

Measure “2500-2999 Family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_2500_2999_Fam_households'
    );

Measure “2500-2999 Family households” percent of “2500-2999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_2500_2999_Fam_households',
      'denominator'
    );

Measure “2500-2999 Family households” percent of “2500-2999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_2500_2999_Fam_households',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:2500-2999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.11.2. 2500-2999 Non family householdsΒΆ

Total Household Income (Weekly)

Measure “2500-2999 Non family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_2500_2999_Non_fam_hsehlds'
    );

Measure “2500-2999 Non family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_2500_2999_Non_fam_hsehlds'
    );

Measure “2500-2999 Non family households” percent of “2500-2999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_2500_2999_Non_fam_hsehlds',
      'denominator'
    );

Measure “2500-2999 Non family households” percent of “2500-2999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_2500_2999_Non_fam_hsehlds',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:2500-2999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.12. 3000-3499 TotalΒΆ

Total Household Income (Weekly)

Measure “3000-3499 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_3000_3499_Tot'
    );

Measure “3000-3499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_3000_3499_Tot'
    );

Measure “3000-3499 Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_3000_3499_Tot',
      'denominator'
    );

Measure “3000-3499 Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_3000_3499_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.12.1. 3000-3499 Family householdsΒΆ

Total Household Income (Weekly)

Measure “3000-3499 Family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_3000_3499_Fam_households'
    );

Measure “3000-3499 Family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_3000_3499_Fam_households'
    );

Measure “3000-3499 Family households” percent of “3000-3499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_3000_3499_Fam_households',
      'denominator'
    );

Measure “3000-3499 Family households” percent of “3000-3499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_3000_3499_Fam_households',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:3000-3499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.12.2. 3000-3499 Non family householdsΒΆ

Total Household Income (Weekly)

Measure “3000-3499 Non family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_3000_3499_Non_fam_hsehlds'
    );

Measure “3000-3499 Non family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_3000_3499_Non_fam_hsehlds'
    );

Measure “3000-3499 Non family households” percent of “3000-3499 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_3000_3499_Non_fam_hsehlds',
      'denominator'
    );

Measure “3000-3499 Non family households” percent of “3000-3499 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_3000_3499_Non_fam_hsehlds',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:3000-3499 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.13. 3500-3999 TotalΒΆ

Total Household Income (Weekly)

Measure “3500-3999 Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_3500_3999_Tot'
    );

Measure “3500-3999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_3500_3999_Tot'
    );

Measure “3500-3999 Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_3500_3999_Tot',
      'denominator'
    );

Measure “3500-3999 Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_3500_3999_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.13.1. 3500-3999 Family householdsΒΆ

Total Household Income (Weekly)

Measure “3500-3999 Family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_3500_3999_Fam_households'
    );

Measure “3500-3999 Family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_3500_3999_Fam_households'
    );

Measure “3500-3999 Family households” percent of “3500-3999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_3500_3999_Fam_households',
      'denominator'
    );

Measure “3500-3999 Family households” percent of “3500-3999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_3500_3999_Fam_households',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:3500-3999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.13.2. 3500-3999 Non family householdsΒΆ

Total Household Income (Weekly)

Measure “3500-3999 Non family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_3500_3999_Non_fam_hsehlds'
    );

Measure “3500-3999 Non family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_3500_3999_Non_fam_hsehlds'
    );

Measure “3500-3999 Non family households” percent of “3500-3999 Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_3500_3999_Non_fam_hsehlds',
      'denominator'
    );

Measure “3500-3999 Non family households” percent of “3500-3999 Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_3500_3999_Non_fam_hsehlds',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:3500-3999 Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.14. 4000 or more TotalΒΆ

Total Household Income (Weekly)

Measure “4000 or more Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_4000_more_Tot'
    );

Measure “4000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_4000_more_Tot'
    );

Measure “4000 or more Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_4000_more_Tot',
      'denominator'
    );

Measure “4000 or more Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_4000_more_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.14.1. 4000 or more Family householdsΒΆ

Total Household Income (Weekly)

Measure “4000 or more Family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_4000_more_Fam_households'
    );

Measure “4000 or more Family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_4000_more_Fam_households'
    );

Measure “4000 or more Family households” percent of “4000 or more Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_4000_more_Fam_households',
      'denominator'
    );

Measure “4000 or more Family households” percent of “4000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_4000_more_Fam_households',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:4000 or more Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.14.2. 4000 or more Non family householdsΒΆ

Total Household Income (Weekly)

Measure “4000 or more Non family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_4000_more_Non_fam_hsehlds'
    );

Measure “4000 or more Non family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_4000_more_Non_fam_hsehlds'
    );

Measure “4000 or more Non family households” percent of “4000 or more Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_HI_4000_more_Non_fam_hsehlds',
      'denominator'
    );

Measure “4000 or more Non family households” percent of “4000 or more Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_HI_4000_more_Non_fam_hsehlds',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:4000 or more Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.15. All incomes not stated TotalΒΆ

Total Household Income (Weekly)

Measure “All incomes not stated Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_All_incomes_not_stated_Tot'
    );

Measure “All incomes not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_All_incomes_not_stated_Tot'
    );

Measure “All incomes not stated Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_All_incomes_not_stated_Tot',
      'denominator'
    );

Measure “All incomes not stated Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_All_incomes_not_stated_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.15.1. All incomes not stated Family householdsΒΆ

Total Household Income (Weekly)

Measure “All incomes not stated Family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_All_incomes_ns_Famly_househld'
    );

Measure “All incomes not stated Family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_All_incomes_ns_Famly_househld'
    );

Measure “All incomes not stated Family households” percent of “All incomes not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_All_incomes_ns_Famly_househld',
      'denominator'
    );

Measure “All incomes not stated Family households” percent of “All incomes not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_All_incomes_ns_Famly_househld',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:All incomes not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.15.2. All incomes not stated Non family householdsΒΆ

Total Household Income (Weekly)

Measure “All incomes not stated Non family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_All_inc_ns_Non_famly_househld'
    );

Measure “All incomes not stated Non family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_All_inc_ns_Non_famly_househld'
    );

Measure “All incomes not stated Non family households” percent of “All incomes not stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_All_inc_ns_Non_famly_househld',
      'denominator'
    );

Measure “All incomes not stated Non family households” percent of “All incomes not stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_All_inc_ns_Non_famly_househld',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:All incomes not stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.16. Negative Nil income TotalΒΆ

Total Household Income (Weekly)

Measure “Negative Nil income Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_Negative_Nil_income_Tot'
    );

Measure “Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_Negative_Nil_income_Tot'
    );

Measure “Negative Nil income Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_Negative_Nil_income_Tot',
      'denominator'
    );

Measure “Negative Nil income Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_Negative_Nil_income_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.16.1. Negative Nil income Family householdsΒΆ

Total Household Income (Weekly)

Measure “Negative Nil income Family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_Neg_Nil_inc_fam_households'
    );

Measure “Negative Nil income Family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_Neg_Nil_inc_fam_households'
    );

Measure “Negative Nil income Family households” percent of “Negative Nil income Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_Neg_Nil_inc_fam_households',
      'denominator'
    );

Measure “Negative Nil income Family households” percent of “Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_Neg_Nil_inc_fam_households',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Negative Nil income Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.16.2. Negative Nil income Non family householdsΒΆ

Total Household Income (Weekly)

Measure “Negative Nil income Non family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_Neg_Nil_inc_Non_fam_househlds'
    );

Measure “Negative Nil income Non family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_Neg_Nil_inc_Non_fam_househlds'
    );

Measure “Negative Nil income Non family households” percent of “Negative Nil income Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_Neg_Nil_inc_Non_fam_househlds',
      'denominator'
    );

Measure “Negative Nil income Non family households” percent of “Negative Nil income Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_Neg_Nil_inc_Non_fam_househlds',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Negative Nil income Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.17. Partial income stated TotalΒΆ

Total Household Income (Weekly)

Measure “Partial income stated Total” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_Partial_income_stated_Tot'
    );

Measure “Partial income stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_Partial_income_stated_Tot'
    );

Measure “Partial income stated Total” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_Partial_income_stated_Tot',
      'denominator'
    );

Measure “Partial income stated Total” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_Partial_income_stated_Tot',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.17.1. Partial income stated Family householdsΒΆ

Total Household Income (Weekly)

Measure “Partial income stated Family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_Part_inc_stated_Fam_household'
    );

Measure “Partial income stated Family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_Part_inc_stated_Fam_household'
    );

Measure “Partial income stated Family households” percent of “Partial income stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_Part_inc_stated_Fam_household',
      'denominator'
    );

Measure “Partial income stated Family households” percent of “Partial income stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_Part_inc_stated_Fam_household',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Partial income stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.17.2. Partial income stated Non family householdsΒΆ

Total Household Income (Weekly)

Measure “Partial income stated Non family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_Part_inc_std_Non_fam_hhds'
    );

Measure “Partial income stated Non family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_Part_inc_std_Non_fam_hhds'
    );

Measure “Partial income stated Non family households” percent of “Partial income stated Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_Part_inc_std_Non_fam_hhds',
      'denominator'
    );

Measure “Partial income stated Non family households” percent of “Partial income stated Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_Part_inc_std_Non_fam_hhds',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Partial income stated Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.18. Total Family householdsΒΆ

Total Household Income (Weekly)

Measure “Total Family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_Tot_Family_households'
    );

Measure “Total Family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_Tot_Family_households'
    );

Measure “Total Family households” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_Tot_Family_households',
      'denominator'
    );

Measure “Total Family households” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_Tot_Family_households',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence

3.7.5.19. Total Non family householdsΒΆ

Total Household Income (Weekly)

Measure “Total Non family households” density per sq. kilometer for one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_Tot_Non_family_households'
    );

Measure “Total Non family households” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_Tot_Non_family_households'
    );

Measure “Total Non family households” percent of “Total Total” at one point:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      CDB_LatLng(-33.8806, 151.2131),
      'au.data.B28_Tot_Non_family_households',
      'denominator'
    );

Measure “Total Non family households” percent of “Total Total” within an area:

UPDATE {table_name}
  SET {new_numeric_column} =
    OBS_GetMeasure(
      ST_Buffer(CDB_LatLng(-33.8806, 151.2131), 0.01),
      'au.data.B28_Tot_Non_family_households',
      'denominator'
    );
Boundary Time (default is latest)

Urban Centres and Localities

2011

Remoteness Areas

2011

Significant Urban Areas

2011

Denominator:Total Total
Source:Australian Bureau of Statistics (ABS)
License:Creative Commons Attribution 2.5 Australia licence